这样是能用的, 先提交一波

This commit is contained in:
zogodo
2019-12-26 21:49:57 +08:00
parent 764cfcfd94
commit 08b4dc8c35
5 changed files with 10 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ struct TimedTask
};
extern pTimedTask task_top;
extern int task_count;
bool AddTask(pTimedTask task);
bool DelTask(int time);