twn_util: separate internal c-only features from public header

This commit is contained in:
2024-10-07 10:44:18 +03:00
parent f646bd7adc
commit 60a9307ce3
5 changed files with 94 additions and 79 deletions

View File

@ -2,6 +2,7 @@
#include "twn_rendering_c.h"
#include "twn_engine_context_c.h"
#include "twn_util.h"
#include "twn_util_c.h"
#include "twn_textures_c.h"
#include <stb_ds.h>