Genesis-Plus-GX/psp2/main.h

12 lines
170 B
C
Raw Normal View History

2015-08-30 01:44:58 +02:00
#ifndef _MAIN_H_
#define _MAIN_H_
#define MAX_INPUTS 8
extern int debug_on;
extern int log_error;
extern int sdl_input_update(void);
#endif /* _MAIN_H_ */