1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-11-25 13:00:13 +00:00

TaskService refactoring

This commit is contained in:
2022-02-17 17:24:46 -06:00
parent 4e8febe916
commit 4e928464bd
5 changed files with 50 additions and 20 deletions

View File

@@ -12,6 +12,7 @@ struct sLaika_task {
taskCallback callback;
void *uData;
long scheduled;
int delta;
};
struct sLaika_taskService {