Codechange: strongly type StoryPageID and StoryPageElementID

This commit is contained in:
Rubidium
2025-02-01 00:28:08 +01:00
committed by rubidium42
parent 5ca5790ac8
commit 3aa60fd479
5 changed files with 13 additions and 11 deletions
+1
View File
@@ -36,6 +36,7 @@ void InputLoop();
void InvalidateWindowData(WindowClass cls, WindowNumber number, int data = 0, bool gui_scope = false);
void InvalidateWindowClassesData(WindowClass cls, int data = 0, bool gui_scope = false);
void InvalidateWindowClassesData(WindowClass cls, ConvertibleThroughBase auto data, bool gui_scope = false) { InvalidateWindowClassesData(cls, data.base(), gui_scope); }
void CloseNonVitalWindows();
void CloseAllNonVitalWindows();