mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-25 20:02:40 +01:00
7 lines
91 B
C++
7 lines
91 B
C++
#ifndef GAME_HPP
|
|
#define GAME_HPP
|
|
|
|
#define GAME_TIMESTEP (1.f / 30.f)
|
|
|
|
#endif // GAME_HPP
|