mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 11:22:45 +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
|