mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[test] Fixed tests compilation
This commit is contained in:
10
apps/timer_manager.cpp
Normal file
10
apps/timer_manager.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <escher/timer_manager.h>
|
||||
#include <apps/apps_container.h>
|
||||
|
||||
void TimerManager::AddTimer(Timer * timer) {
|
||||
AppsContainer::sharedAppsContainer()->addTimer(timer);
|
||||
}
|
||||
|
||||
void TimerManager::RemoveTimer(Timer * timer) {
|
||||
AppsContainer::sharedAppsContainer()->removeTimer(timer);
|
||||
}
|
||||
Reference in New Issue
Block a user