summaryrefslogtreecommitdiff
path: root/src/signs.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:36:59 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:36:59 +0000
commit1c51f1e5919c3064a2daf908808e0fe197bdb182 (patch)
treeb8035b63599e0568a2ee4b45aefb190b7197690d /src/signs.h
parent492d13283160ee0ffebf6bb304d347b8da2240db (diff)
downloadopenttd-1c51f1e5919c3064a2daf908808e0fe197bdb182.tar.xz
(svn r12471) -Codechange: move SignID to a more logical location.
Diffstat (limited to 'src/signs.h')
-rw-r--r--src/signs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signs.h b/src/signs.h
index 3f014c0cc..ebf32f243 100644
--- a/src/signs.h
+++ b/src/signs.h
@@ -7,6 +7,7 @@
#include "oldpool.h"
+typedef uint16 SignID;
struct Sign;
DECLARE_OLD_POOL(Sign, Sign, 2, 16000)