Zone file cannot have blank graphics filenames. Started on drawing.
[cantaveria.git] / root.h
blob919bcc639a18cd583874c5419f1495d65c64ea9b
1 #define VERSION_MAJOR 0
2 #define VERSION_MINOR 0
4 #define MAX_PLAYERS 6
6 #define QUANTUM 10 /* milliseconds between update calls */
7 #define SLEEP_MS 1
9 #define PI 3.14159265359
10 #define PI2 2*PI
12 #define RANDOM_SEED 57
14 extern int dt; /* game time that passes per update */