Updated BiomeVisualiser to compile again.
This commit is contained in:
parent
a9e70c84b5
commit
b88a70963c
3
Tools/BiomeVisualiser/.gitignore
vendored
Normal file
3
Tools/BiomeVisualiser/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Debug/
|
||||||
|
logs/
|
||||||
|
Release/
|
@ -45,7 +45,7 @@ bool cBiomeViewWnd::Create(HWND a_ParentWnd, LPCTSTR a_Title)
|
|||||||
|
|
||||||
cIniFile IniFile;
|
cIniFile IniFile;
|
||||||
cBiomeGen * BioGen = new cBioGenMultiStepMap(2);
|
cBiomeGen * BioGen = new cBioGenMultiStepMap(2);
|
||||||
BioGen->Initialize(IniFile);
|
BioGen->InitializeBiomeGen(IniFile);
|
||||||
m_Renderer.SetSource(new cGeneratorBiomeSource(BioGen));
|
m_Renderer.SetSource(new cGeneratorBiomeSource(BioGen));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
@ -331,6 +331,22 @@
|
|||||||
RelativePath="..\..\source\ChunkDef.h"
|
RelativePath="..\..\source\ChunkDef.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\Enchantments.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\Enchantments.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\WorldStorage\FastNBT.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\WorldStorage\FastNBT.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\Globals.cpp"
|
RelativePath="..\..\source\Globals.cpp"
|
||||||
>
|
>
|
||||||
@ -363,6 +379,10 @@
|
|||||||
RelativePath="..\..\source\Globals.h"
|
RelativePath="..\..\source\Globals.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\Item.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\Log.cpp"
|
RelativePath="..\..\source\Log.cpp"
|
||||||
>
|
>
|
||||||
@ -434,14 +454,6 @@
|
|||||||
RelativePath="..\..\source\OSSupport\IsThread.h"
|
RelativePath="..\..\source\OSSupport\IsThread.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\source\OSSupport\MakeDir.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\source\OSSupport\MakeDir.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\OSSupport\Sleep.h"
|
RelativePath="..\..\source\OSSupport\Sleep.h"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user