2025-01-22 17:22:38 +01: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;
}