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