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

@ -3,6 +3,7 @@
#include "twn_context.h"
#include "twn_textures_c.h"
#include "twn_engine_api.h"
#include "twn_input.h"
#include "rendering/twn_rendering_c.h"
@ -47,6 +48,6 @@ typedef struct engine_context {
bool was_successful;
} t_engine_ctx;
extern t_engine_ctx ctx;
TWN_API extern t_engine_ctx ctx;
#endif