ReC98/ReC98.h

15 lines
179 B
C

/* ReC98
* -----
* Main include file
*/
#ifndef REC98_H
#define REC98_H
#include <stddef.h>
#include "platform.h"
#include "pc98.h"
#include "planar.h"
#endif /* REC98_H */