From 9d18177b5cf6488d9591b069e441b0a6b2b9592a Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 26 May 2026 16:52:48 -0400 Subject: add window flag functionality --- editor/tile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/tile.h') diff --git a/editor/tile.h b/editor/tile.h index 9ede5bd..0886d4c 100644 --- a/editor/tile.h +++ b/editor/tile.h @@ -13,6 +13,7 @@ typedef struct { typedef struct { Map *open_map; tyui_Id tile_editor_win; + tyui_Id test_win; } Tile_Editor; void tile_proc(void); -- cgit v1.3-2-g0d8e