Pinball/src/parameters.h

15 lines
245 B
C

#ifndef PARAMETERS_H
#define PARAMETERS_H
/* define main macros and usefull parameters */
#define DEBUG_MODE 0
#define BIAS 1
#define NOBIAS (1-BIAS)
#define CALCEMU 1
#define SCALE_PIXEL 1
#define DEMO 1
#endif