mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
7 lines
185 B
C++
7 lines
185 B
C++
#include <escher/timer_manager.h>
|
|
|
|
// This is the dummy implementation used in tests
|
|
|
|
void TimerManager::AddTimer(Timer * timer) { }
|
|
void TimerManager::RemoveTimer(Timer * timer) { }
|