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: f17386b202e6d7f427876d745b24f4865ff293ed (
plain
)
1
2
3
4
5
6
#ifndef GLOBALS_H
#define GLOBALS_H
#define GRAVITY 9
#endif