summaryrefslogtreecommitdiffstats
path: root/source/Generating/BioGen.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Generating/BioGen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Generating/BioGen.h b/source/Generating/BioGen.h
index d268c1de6..6faca09c1 100644
--- a/source/Generating/BioGen.h
+++ b/source/Generating/BioGen.h
@@ -90,6 +90,7 @@ protected:
EMCSBiomes m_Biomes;
int m_BiomesCount; // Pulled out of m_Biomes for faster access
+ /// Parses the INI file setting string into m_Biomes.
void InitializeBiomes(const AString & a_Biomes);
} ;