Genesis-Plus-GX/source/unused/win/osd.h

19 lines
248 B
C
Raw Normal View History

2007-08-10 22:34:06 +02:00
#ifndef _OSD_H_
#define _OSD_H_
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <time.h>
#include <conio.h>
#include "SDL.h"
#include <stdlib.h>
#include "error.h"
#include "shared.h"
#include "main.h"
#endif /* _OSD_H_ */