1
0
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:
2022-05-17 10:37:58 -05:00
parent b02f48c006
commit 83002faa62
7 changed files with 108 additions and 31 deletions

View File

@@ -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 {