diff options
author | tron <tron@openttd.org> | 2005-12-25 19:44:23 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-25 19:44:23 +0000 |
commit | a85770614525b20c7563e08f5bfcfbbd05c563fe (patch) | |
tree | 625306e04bc4a91eb260b48c22288f41e471e49f /openttd.h | |
parent | 8ffe9da48287c7c352f7541214e49f382fd5fdd6 (diff) | |
download | openttd-a85770614525b20c7563e08f5bfcfbbd05c563fe.tar.xz |
(svn r3342) Remove some cruft
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -8,17 +8,10 @@ #define VARDEF extern #endif -// use this on non static functions -#define PUBLIC - typedef struct Rect { int left,top,right,bottom; } Rect; -typedef struct SmallPoint { - int16 x,y; -} SmallPoint; - typedef struct Point { int x,y; } Point; @@ -125,9 +118,6 @@ typedef struct TileInfo { uint z; } TileInfo; -enum { - NG_EDGE = 1, -}; /* Display Options */ enum { @@ -531,7 +521,6 @@ enum { VARDEF byte _savegame_sort_order; -#define INVALID_UINT_TILE (uint)0xFFFFFFFF #define INVALID_STRING_ID 0xFFFF enum { |