summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-02-01 22:54:04 +0000
committerDarkvater <darkvater@openttd.org>2007-02-01 22:54:04 +0000
commit19c90a3bc0b8499c78b5edffff5557bf0b3de79b (patch)
treeedd7efc69c20d8d86433ed79142ae55a82293af3 /src/genworld.h
parent99f860e68615b011b959ac9edb45660a0396dc1b (diff)
downloadopenttd-19c90a3bc0b8499c78b5edffff5557bf0b3de79b.tar.xz
(svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land
Diffstat (limited to 'src/genworld.h')
-rw-r--r--src/genworld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld.h b/src/genworld.h
index 10fb569a1..922b51505 100644
--- a/src/genworld.h
+++ b/src/genworld.h
@@ -90,5 +90,6 @@ void PrepareGenerateWorldProgress(void);
void ShowGenerateWorldProgress(void);
void StartNewGameWithoutGUI(uint seed);
void ShowCreateScenario(void);
+void StartScenarioEditor(void);
#endif /* GENWORLD_H */