mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-23 23:50:44 +00:00
@@ -5,11 +5,11 @@
|
||||
class TemperatureMixerLayer : public Layer
|
||||
{
|
||||
private:
|
||||
std::shared_ptr<Layer>temp;
|
||||
shared_ptr<Layer>temp;
|
||||
int layer;
|
||||
|
||||
public:
|
||||
TemperatureMixerLayer(std::shared_ptr<Layer>temp, std::shared_ptr<Layer>parent, int layer);
|
||||
TemperatureMixerLayer(shared_ptr<Layer>temp, shared_ptr<Layer>parent, int layer);
|
||||
|
||||
virtual intArray getArea(int xo, int yo, int w, int h);
|
||||
};
|
||||
Reference in New Issue
Block a user