Files

6 lines
98 B
C++

#include "../../Build/stdafx.h"
#include "IceBiome.h"
IceBiome::IceBiome(int id) : Biome(id)
{
};