summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-14 19:27:08 +0000
committerrubidium <rubidium@openttd.org>2008-10-14 19:27:08 +0000
commita999bb322775b80f44bfc6e0f1886851d4bfc410 (patch)
treef2fb41094d5ea46bb8a1179b566d159929ca5ed6 /src/window_type.h
parent0c5c199f2fdf0441b1b790904838540dd5928ec0 (diff)
downloadopenttd-a999bb322775b80f44bfc6e0f1886851d4bfc410.tar.xz
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 04f03ad68..64d05717a 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -100,6 +100,8 @@ enum WindowClass {
};
struct Window;
+
+/** Number to differentiate different windows of the same class */
typedef int32 WindowNumber;
#endif /* WINDOW_TYPE_H */