repo.or.cz
/
cantaveria.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed unnecessary dependencies.
[cantaveria.git]
/
root.h
blob
919bcc639a18cd583874c5419f1495d65c64ea9b
1
#define VERSION_MAJOR 0
2
#define VERSION_MINOR 0
3
4
#define MAX_PLAYERS 6
5
6
#define QUANTUM 10
/* milliseconds between update calls */
7
#define SLEEP_MS 1
8
9
#define PI 3.14159265359
10
#define PI2 2*PI
11
12
#define RANDOM_SEED 57
13
14
extern
int
dt
;
/* game time that passes per update */