summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h5
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);