refactor: xmake is now in use

This commit is contained in:
2026-05-26 13:52:28 -06:00
parent 78640a3288
commit 203b60cf65
8 changed files with 142 additions and 260 deletions

View File

@@ -1,5 +1,5 @@
#ifndef ARENA_H
#define ARENA_H
#ifndef LAE_ARENA_H
#define LAE_ARENA_H
#include <inttypes.h>
#include <stdbool.h>
@@ -61,4 +61,4 @@ ArenaSizeResult arena_get_align_padding(Arena* arena, size_t alignment);
// I shouldn't cover.
ArenaErr arena_ensure_capacity(Arena* arena, size_t size, size_t alignment);
#endif // !ARENA_H
#endif // !RENA_H