summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-13 19:01:26 +0000
committerrubidium <rubidium@openttd.org>2008-04-13 19:01:26 +0000
commit23105577167343a3379769af09b63413d643a277 (patch)
tree48e316652b7197423d8e327cc12fd246261e2d53 /src/window_type.h
parent87ddcb0d5a2c8f4aad464d1aebea7660259c18d8 (diff)
downloadopenttd-23105577167343a3379769af09b63413d643a277.tar.xz
(svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index f2630639c..7ae5ec9a8 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -7,6 +7,9 @@
#include "core/enum_type.hpp"
+/**
+ * Window classes
+ */
enum WindowClass {
WC_NONE,
WC_MAIN_WINDOW = WC_NONE,