mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 13:38:14 +08:00
主循环执行定时任务
This commit is contained in:
@@ -13,5 +13,6 @@ struct TimedTask
|
||||
extern pTimedTask task_top;
|
||||
|
||||
bool AddTask(pTimedTask task);
|
||||
bool DelTask();
|
||||
bool DelTask(int time);
|
||||
bool DelFirstTask();
|
||||
char* GetTaskStr();
|
||||
|
||||
Reference in New Issue
Block a user