summaryrefslogtreecommitdiffstats
path: root/source/cGenSettings.cpp
blob: 2edd55a6af18bb87c05e92f4edcad71c1f22537d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

#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;