1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00
openrw/rwgame/game.hpp
2017-11-17 00:50:50 +00:00

7 lines
91 B
C++

#ifndef GAME_HPP
#define GAME_HPP
#define GAME_TIMESTEP (1.f / 30.f)
#endif // GAME_HPP