1 #ifndef _INCLUDE_LINUX_OSD_INIT_MACHINE
2 #define _INCLUDE_LINUX_OSD_INIT_MACHINE
3 
4 #include <SDL.h>
5 #include <SDL_keysym.h>
6 
7 #include "sys_dep.h"
8 #include "lang.h"
9 #include "pce.h"
10 #include "osd_sdl_gfx.h"
11 
12 extern UChar gamepad;
13 // gamepad detected ?
14 
15 extern char dump_snd;
16 // Do we write sound to file
17 
18 extern int *fd[4];
19 // handle for joypad devices
20 
21 extern int test_parameter;
22 
23 #if defined(ENABLE_NETPLAY)
24 
25 #include "netplay.h"
26 
27 #endif
28 
29 #endif
30