Files
LNXSDK/Kha/Kore/Sources/kinc/rootunit.c
2026-05-22 01:09:33 -07:00

16 lines
243 B
C

#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;
}