Genesis-Plus-GX/source/unused/win/main.h

11 lines
134 B
C
Raw Normal View History

2008-08-07 14:43:17 +02:00
#ifndef _MAIN_H_
#define _MAIN_H_
2008-08-21 22:34:00 +02:00
#define MAX_INPUTS 8
2009-11-22 17:35:41 +01:00
extern int debug_on;
extern int log_error;
2008-08-07 14:43:17 +02:00
#endif /* _MAIN_H_ */