mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 15:33:58 +00:00
6 lines
86 B
C++
6 lines
86 B
C++
#include "stdafx.h"
|
|
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id)
|
|
{
|
|
}; |