1
0
cuberite-2a/source/cWorldGenerator_Test.h

21 lines
264 B
C
Raw Normal View History

#pragma once
#include "cWorldGenerator.h"
class cWorldGenerator_Test :
public cWorldGenerator
{
protected:
virtual void GenerateTerrain( cChunkPtr a_Chunk ) override;
virtual void GenerateFoliage( cChunkPtr a_Chunk ) override;
};