summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-04-12 13:07:15 +0000
committermaedhros <maedhros@openttd.org>2007-04-12 13:07:15 +0000
commitccaaa7d33ac92f91ebddcf4d1f6537639a38a13c (patch)
tree46c4e0e10e8944f926e6b4ccf3df95badd5ec51e /src/genworld.cpp
parent8cdec9a2ab9e58cf6bba3845f1f8c317ff32ecd4 (diff)
downloadopenttd-ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c.tar.xz
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 532925fdd..c2b025f31 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -5,6 +5,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
+#include "landscape.h"
#include "player.h"
#include "table/sprites.h"
#include "variables.h"
@@ -19,7 +20,6 @@
#include "heightmap.h"
#include "date.h"
-void GenerateLandscape(byte mode);
void GenerateClearTile();
void GenerateIndustries();
void GenerateUnmovables();
@@ -32,8 +32,6 @@ void StartupDisasters();
void InitializeGame(int mode, uint size_x, uint size_y);
-void ConvertGroundTilesIntoWaterTiles();
-
/* Please only use this variable in genworld.h and genworld.c and
* nowhere else. For speed improvements we need it to be global, but
* in no way the meaning of it is to use it anywhere else besides