6 lines
86 B
C++
6 lines
86 B
C++
#include "stdafx.h"
|
|
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id)
|
|
{
|
|
}; |