mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-25 08:28:28 +00:00
9 lines
99 B
C++
9 lines
99 B
C++
#pragma once
|
|
|
|
#include "Biome.h"
|
|
|
|
class BeachBiome : public Biome
|
|
{
|
|
public:
|
|
BeachBiome(int id);
|
|
}; |