22 #ifndef RESOURCES_MAP_MAPHEIGHTS_H
23 #define RESOURCES_MAP_MAPHEIGHTS_H
42 void setHeight(const
int x, const
int y, const uint8_t height);
53 {
return "heights layer"; }
uint8_t getHeight(const int x, const int y) const
std::string getCounterName() const
int calcMemoryLocal() const
void setHeight(const int x, const int y, const uint8_t height)
MapHeights(const int width, const int height)
#define A_DELETE_COPY(func)