|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <functional>#include <map>#include <mutex>

Go to the source code of this file.
Classes | |
| struct | CallBackTimer |
| Struct representing a callback with a timer. Timer is decremented with the given deltatime. More... | |
| class | TimerCallbackSystem |
| Class for handling smooth interpolation of events. A callback can be registered with a given id and time. The callback will be called with the given delta time until the time is depleted. More... | |
Variables | |
| constexpr float | EPSILON = 1e-6f |
|
constexpr |