base: move ts to engine.c

This commit is contained in:
luboslenco
2026-03-03 16:18:52 +01:00
parent 6d470fce3b
commit ee93562299
16 changed files with 2084 additions and 1730 deletions
+2
View File
@@ -209,6 +209,8 @@ string_t *iron_get_arg(i32 index) {
#include "iron_tween.h"
#include "iron_input.h"
#include "iron_tilesheet.h"
#include "iron_raycast.h"
#include "iron_shape.h"
#include "iron_sys.h"
#include "engine.h"
#include "kong/dir.h"