forked from LeenkxTeam/LNXSDK
16 lines
243 B
C
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;
|
||
|
}
|