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,7 +1,7 @@
#ifndef TWN_CONTEXT_H
#define TWN_CONTEXT_H
#include "twn_input.h"
#include "twn_types.h"
#include "twn_engine_api.h"
#include <stdbool.h>