Split single headers, add test to make sure things compile

This commit is contained in:
Krzosa Karol
2023-12-31 08:33:59 +01:00
parent 11e6559a3c
commit d050fbd388
20 changed files with 5569 additions and 5587 deletions

1
core.h
View File

@@ -15,6 +15,7 @@
#ifdef __cplusplus
#include "defer.hpp"
#define TABLE_ASSERT IO_Assert
#define TABLE_ALLOCATOR_TYPE M_Allocator
#define TABLE_SET_DEFAULT_ALLOCATOR \
if (!allocator.p) allocator = M_GetSystemAllocator();
#include "table.hpp"