|
|
| version 1.21, 2011/01/15 18:43:13 | version 1.22, 2011/01/15 19:16:58 |
|---|---|
| Line 5 | Line 5 |
| #include "joymng.h" | #include "joymng.h" |
| G_BEGIN_DECLS | |
| typedef struct { | typedef struct { |
| BYTE port; | BYTE port; |
| BYTE def_en; | BYTE def_en; |
| Line 87 enum { | Line 89 enum { |
| INTERP_HYPER = 3 | INTERP_HYPER = 3 |
| }; | }; |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| /* np2.c */ | /* np2.c */ |
| extern volatile sig_atomic_t np2running; | extern volatile sig_atomic_t np2running; |
| extern NP2OSCFG np2oscfg; | extern NP2OSCFG np2oscfg; |
| Line 129 int mainloop(void *); | Line 127 int mainloop(void *); |
| extern int mmxflag; | extern int mmxflag; |
| int havemmx(void); | int havemmx(void); |
| #ifdef __cplusplus | G_END_DECLS |
| } | |
| #endif | |
| #endif /* NP2_X11_NP2_H__ */ | #endif /* NP2_X11_NP2_H__ */ |