mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 07:28:07 +00:00
11 lines
177 B
C++
11 lines
177 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
|
|
class TheEndBiome : public Biome
|
|
{
|
|
public:
|
|
TheEndBiome(int id);
|
|
|
|
// 4J Stu - Don't need override
|
|
//virtual int getSkyColor(float temp);
|
|
}; |