move and combine option macro headers from public interface

This commit is contained in:
veclavtalica
2025-02-20 13:01:02 +03:00
parent d90bf4cbe2
commit 6bd3afe9b2
7 changed files with 15 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#include "twn_textures_c.h"
#include "twn_types_c.h"
#include "twn_text_c.h"
#include "twn_option.h"
#include "twn_option_c.h"
#include "twn_deferred_commands.h"
#include <SDL2/SDL.h>

View File

@ -4,7 +4,7 @@
#include "twn_util.h"
#include "twn_util_c.h"
#include "twn_textures_c.h"
#include "twn_option.h"
#include "twn_option_c.h"
#include <stb_ds.h>