mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-21 01:12:55 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
#pragma once
|
|
|
|
#include "Biome.h"
|
|
|
|
class BeachBiome : public Biome {
|
|
public:
|
|
BeachBiome(int id);
|
|
}; |