mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-12 05:52:28 +00:00
4 lines
113 B
C++
4 lines
113 B
C++
#include "../../../../../Header Files/stdafx.h"
|
|
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id) {}; |