summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
committertruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
commita243285af4aa15923c5f2905a01a101603f72517 (patch)
tree23a6d3557feb58903656bb5447653052cda86af7 /ttd.h
parentff23795f5be95d273c2168d71cbc25fa7fff1c3e (diff)
downloadopenttd-a243285af4aa15923c5f2905a01a101603f72517.tar.xz
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
dynamic arrays
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ttd.h b/ttd.h
index 30be8623d..e6f9c4bd1 100644
--- a/ttd.h
+++ b/ttd.h
@@ -285,15 +285,6 @@ typedef struct {
byte width_1, width_2;
} ViewportSign;
-typedef struct SignStruct {
- StringID str;
- ViewportSign sign;
- int32 x;
- int32 y;
- byte z;
-} SignStruct;
-
-
typedef int32 CommandProc(int x, int y, uint32 flags, uint32 p1, uint32 p2);
typedef void DrawTileProc(TileInfo *ti);