forked from mirror/OpenTTD
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
This commit is contained in:
@@ -27,7 +27,6 @@ void ResetWindowSystem();
|
||||
void SetupColoursAndInitialWindow();
|
||||
void InputLoop();
|
||||
|
||||
void InvalidateThisWindowData(Window *w, int data = 0);
|
||||
void InvalidateWindowData(WindowClass cls, WindowNumber number, int data = 0);
|
||||
void InvalidateWindowClassesData(WindowClass cls, int data = 0);
|
||||
|
||||
|
Reference in New Issue
Block a user