make baby windows work again

This commit is contained in:
veclavtalica
2024-09-18 20:36:00 +03:00
parent cf72287659
commit 8effcc0421
6 changed files with 22 additions and 10 deletions

View File

@ -1,6 +1,7 @@
#include "twn_util.h"
#include "twn_engine_context_c.h"
#include "twn_rendering_c.h"
#include "twn_rendering.h"
#include <SDL2/SDL.h>
#include <stb_ds.h>

View File

@ -1,3 +1,4 @@
#include "twn_rendering.h"
#include "twn_rendering_c.h"
#include "twn_engine_context_c.h"
#include "twn_textures_c.h"