mirror of
https://github.com/CPunch/Laika.git
synced 2025-11-25 04:50:13 +00:00
Lib: minor refactoring, more lcontent.c boilerplate
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
struct sLaika_task;
|
||||
struct sLaika_taskService;
|
||||
#include "laika.h"
|
||||
|
||||
typedef void (*taskCallback)(struct sLaika_taskService *service, struct sLaika_task *task, clock_t currTick, void *uData);
|
||||
|
||||
struct sLaika_task {
|
||||
|
||||
Reference in New Issue
Block a user