Codechange: validate the developer didn't schedule two timers on the same trigger/priority

This commit is contained in:
Patric Stout
2023-04-13 19:26:17 +02:00
committed by Patric Stout
parent 3ebc7ad16e
commit 387d5eb74f
4 changed files with 44 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
* For example:
* IntervalTimer<TimerGameCalendar>({TimerGameCalendar::DAY, TimerGameCalendar::Priority::NONE}, [](uint count){});
*
* @note Callbacks are executed in the game-thread.
*/
class TimerGameCalendar {
public: