Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
TimerCallbackSystem.hpp File Reference
#include <functional>
#include <map>
#include <mutex>
Include dependency graph for TimerCallbackSystem.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

◆ EPSILON

constexpr float EPSILON = 1e-6f
constexpr