stoneage8.5/石器时代8.5客户端最新源代码/石器源码/oft/sys2.h

13 lines
221 B
C
Raw Normal View History

2020-06-22 17:49:02 +08:00
/************************/
/* sys2.h */
/************************/
#ifndef _SYS2_H_
#define _SYS2_H_
// ???<3F>V?
extern void joy_read(void);
extern int InitDInput(void);
extern int EndDInput(void);
#endif