1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-18 16:32:32 +02: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