diff options
| author | iamcheeseman <[email protected]> | 2026-05-26 16:52:48 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-26 16:52:48 -0400 |
| commit | 9d18177b5cf6488d9591b069e441b0a6b2b9592a (patch) | |
| tree | 338f395a4ff906443bec68ce873e515be3ce2dc5 /editor/tile.h | |
| parent | 9de6584a9327c7cb1c64f9064d21ef9c1012590e (diff) | |
add window flag functionality
Diffstat (limited to 'editor/tile.h')
| -rw-r--r-- | editor/tile.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
