summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-25 19:44:23 +0000
committertron <tron@openttd.org>2005-12-25 19:44:23 +0000
commita85770614525b20c7563e08f5bfcfbbd05c563fe (patch)
tree625306e04bc4a91eb260b48c22288f41e471e49f /openttd.h
parent8ffe9da48287c7c352f7541214e49f382fd5fdd6 (diff)
downloadopenttd-a85770614525b20c7563e08f5bfcfbbd05c563fe.tar.xz
(svn r3342) Remove some cruft
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/openttd.h b/openttd.h
index b8e92e4a5..81ed0b908 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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 {