mirror of
https://github.com/CPunch/Laika.git
synced 2025-11-25 13:00:13 +00:00
TaskService refactoring
This commit is contained in:
@@ -12,6 +12,7 @@ struct sLaika_task {
|
||||
taskCallback callback;
|
||||
void *uData;
|
||||
long scheduled;
|
||||
int delta;
|
||||
};
|
||||
|
||||
struct sLaika_taskService {
|
||||
|
||||
Reference in New Issue
Block a user