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
|
|
|
|
|
2008-08-07 14:43:17 +02:00
|
|
|
|
|
|
|
extern uint8 debug_on;
|
|
|
|
extern uint8 log_error;
|
2008-08-22 17:58:49 +02:00
|
|
|
extern int frame_count;
|
2008-08-07 14:43:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* _MAIN_H_ */
|