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

@ -1,6 +1,7 @@
#include "twn_textures_c.h"
#include "twn_config.h"
#include "twn_util.h"
#include "twn_util_c.h"
#include "twn_engine_context_c.h"
#include <SDL2/SDL.h>