summaryrefslogtreecommitdiff
path: root/src/editor/editor.h
diff options
context:
space:
mode:
authorkasull <qsullian@gmail.com>2026-03-03 18:49:43 -0500
committerkasull <qsullian@gmail.com>2026-03-03 18:49:43 -0500
commitbe91342733fd56d1e7bafe72e82a8ac4dc67b79d (patch)
tree0b87d812dd90b54df35279b06a7beca9de84c965 /src/editor/editor.h
parent5c4e9c8b140b14ba9671b8efcc47d71c6c4f2217 (diff)
fix use after freeui-rework
Diffstat (limited to 'src/editor/editor.h')
-rw-r--r--src/editor/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor/editor.h b/src/editor/editor.h
index 2067df5..ad43705 100644
--- a/src/editor/editor.h
+++ b/src/editor/editor.h
@@ -128,6 +128,7 @@ extern STAT editor_load_map( GAME_EDITOR* e, const char* mapname );
extern STAT editor_save_map( GAME_EDITOR* e );
extern STAT editor_new_map( GAME_EDITOR* e, const char* mapname );
extern STAT editor_close( GAME_EDITOR* e );
+extern void editor_clear_gui_state_refs( GAME_EDITOR* e );
extern void editor_resize( GAME_EDITOR* e, I32 w, I32 h );
extern void editor_register_grid_dependency( GAME_EDITOR* e, void* tag, EDITOR_GRID_DEP_CALLBACK cb );
extern void editor_notify_grid_change( GAME_EDITOR* e );