File: main.h

package info (click to toggle)
genesisplusgx 1.7.4%2Bgit20160410-1
  • links: PTS
  • area: non-free
  • in suites: buster, stretch
  • size: 8,460 kB
  • ctags: 8,372
  • sloc: ansic: 95,843; makefile: 348; sh: 3
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11

#ifndef _MAIN_H_
#define _MAIN_H_

#define MAX_INPUTS 8

extern int debug_on;
extern int log_error;
extern int sdl_input_update(void);

#endif /* _MAIN_H_ */