/************************/ /* sys2.h */ /************************/ #ifndef _SYS2_H_ #define _SYS2_H_ // ???ŠV? extern void joy_read(void); extern int InitDInput(void); extern int EndDInput(void); #endif