386d58b586
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6
10 lines
271 B
C++
10 lines
271 B
C++
#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; |