89afb970d8
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6
13 lines
371 B
C++
13 lines
371 B
C++
|
|
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
|
|
|
#include "cGenSettings.h"
|
|
|
|
|
|
float cGenSettings::HeightFreq1 = 0.1f;
|
|
float cGenSettings::HeightFreq2 = 1.f;
|
|
float cGenSettings::HeightFreq3 = 2.f;
|
|
|
|
float cGenSettings::HeightAmp1 = 1.f;
|
|
float cGenSettings::HeightAmp2 = 0.5f;
|
|
float cGenSettings::HeightAmp3 = 0.5f; |