forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Kinc/Sources/kinc/rootunit.c
Normal file
15
Kha/Kinc/Sources/kinc/rootunit.c
Normal file
@ -0,0 +1,15 @@
|
||||
#define KINC_IMPLEMENTATION_ROOT
|
||||
|
||||
#include "color.h"
|
||||
#include "error.h"
|
||||
#include "log.h"
|
||||
|
||||
#include "image.h"
|
||||
#include "memory.h"
|
||||
#include "string.h"
|
||||
#include "system.h"
|
||||
#include "window.h"
|
||||
|
||||
bool kinc_debugger_attached(void) {
|
||||
return false;
|
||||
}
|
Reference in New Issue
Block a user