index
:
factory-game
master
My attempt at making a voxel based game centered around building factories and complex mechanisms
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
globals.h
blob: 5250e0356b13789d5007632ebc8a35e08315d57d (
plain
)
1
2
3
4
5
6
#ifndef GLOBALS_H
#define GLOBALS_H
#define GRAVITY 1
#endif