diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 1fae1a5ca..11086e64b 100644 --- a/src/window.h +++ b/src/window.h @@ -14,6 +14,11 @@ #include "vehicle.h" #include "viewport.h" +/** + * The maximum number of windows that can be opened. + */ +static const int MAX_NUMBER_OF_WINDOWS = 25; + struct WindowEvent; typedef void WindowProc(Window *w, WindowEvent *e); |