mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 19:04:48 +00:00
7 lines
97 B
C++
7 lines
97 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
|
|
class IceBiome : public Biome {
|
|
public:
|
|
IceBiome(int id);
|
|
}; |