mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 10:13:36 +00:00
4 lines
100 B
C++
4 lines
100 B
C++
#include "../../Platform/stdafx.h"
|
|
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id) {}; |