mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-31 21:51:50 +01:00
a0fe59e1fc
~updated DOS & WIN32 ports to reflect recent changes
11 lines
138 B
C
11 lines
138 B
C
|
|
#ifndef _MAIN_H_
|
|
#define _MAIN_H_
|
|
|
|
#define MAX_INPUTS 8
|
|
|
|
extern uint8 debug_on;
|
|
extern uint8 log_error;
|
|
|
|
#endif /* _MAIN_H_ */
|