mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 13:23:43 +00:00
6 lines
98 B
C++
6 lines
98 B
C++
#include "../../Build/stdafx.h"
|
|
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id)
|
|
{
|
|
}; |