summaryrefslogtreecommitdiff
path: root/functions.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 /functions.h
parent8ffe9da48287c7c352f7541214e49f382fd5fdd6 (diff)
downloadopenttd-a85770614525b20c7563e08f5bfcfbbd05c563fe.tar.xz
(svn r3342) Remove some cruft
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions.h b/functions.h
index 3395961a7..b8a09f5a8 100644
--- a/functions.h
+++ b/functions.h
@@ -3,11 +3,6 @@
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
-/* vehicle.c */
-
-/* window.c */
-
-
/* landscape.c */
void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile);