Pinball/src/parameters.h

9 lines
112 B
C
Raw Normal View History

2023-05-27 21:48:20 +02:00
#ifndef PARAMETERS_H
#define PARAMETERS_H
#define DEBUG_MODE 1
#define BIAS 1
#define NOBIAS (1-BIAS)
#endif