text editor target, refactor build_file.c

This commit is contained in:
Krzosa Karol
2025-04-02 12:07:01 +02:00
parent 6275e36b7d
commit c8e73ac245
15 changed files with 348 additions and 95 deletions
+1
View File
@@ -53,6 +53,7 @@
#define STB_SPRINTF_IMPLEMENTATION
#include "stb_sprintf.h"
#include "core_string.c"
#include "core_string16.c"
#include "core_log.c"
#include "core_lexer.c"
#include "core_type_info.c"
+1
View File
@@ -6,6 +6,7 @@
#include "core_unicode.h"
#include "core_arena.h"
#include "core_string.h"
#include "core_string16.h"
#include "core_math.h"
#include "core_type_info.h"
#include "core_lexer.h"
View File
View File