mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-30 06:35:24 +00:00
7 lines
151 B
C++
7 lines
151 B
C++
#pragma once
|
|
#include "Feature.h"
|
|
|
|
class WaterlilyFeature : public Feature
|
|
{
|
|
virtual bool place(Level *level, Random *random, int x, int y, int z);
|
|
}; |