mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-05 10:25:07 +01:00
11 lines
134 B
C
11 lines
134 B
C
|
|
#ifndef _MAIN_H_
|
|
#define _MAIN_H_
|
|
|
|
#define MAX_INPUTS 8
|
|
|
|
extern int debug_on;
|
|
extern int log_error;
|
|
|
|
#endif /* _MAIN_H_ */
|