feat(core)!: move types.h to core/types.h and modify include paths

accordingly
This commit is contained in:
h3llll 2025-11-12 14:24:09 +02:00
parent c0afc54ca1
commit 0fc18b04d5
8 changed files with 31 additions and 7 deletions

View file

@ -3,7 +3,7 @@
#include <stdio.h>
#include "platform.h"
#include "core/arena.h"
#include "types.h"
#include "core/types.h"
struct arena_allocator *global_arena = NULL;