1 #ifndef _INCLUDE_OSD_H
2 #define _INCLUDE_OSD_H
3 
4 #include "cleantyp.h"
5 // #include <windows.h>
6 #include "pce.h"
7 #include <stdio.h>
8 #include <string.h>
9 
10 #if defined(ALLEGRO)
11 
12 #include "myaspi32.h"
13 #include <allegro.h>
14 #include <winalleg.h>
15 
16 #endif
17 
18 #endif
19 
20