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