twn_util.h: separate internal things away, remove indirect includes in places

This commit is contained in:
2024-10-12 21:16:25 +03:00
parent e70366f82f
commit 1a7322dccf
14 changed files with 45 additions and 44 deletions

View File

@ -1,5 +1,6 @@
#include "twn_game_object_c.h"
#include "twn_engine_context_c.h"
#include "twn_util_c.h"
#include <x-watcher.h>
#include <SDL2/SDL.h>

View File

@ -1,5 +1,6 @@
#include "twn_game_object_c.h"
#include "twn_engine_context_c.h"
#include "twn_util_c.h"
#include <errhandlingapi.h>
#include <libloaderapi.h>