1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-06 22:05:22 +02:00

Minor refactoring

This commit is contained in:
sfan5
2018-03-24 14:54:45 +01:00
parent 75599e8569
commit c15adfd325
3 changed files with 27 additions and 15 deletions

View File

@@ -88,8 +88,8 @@ private:
void renderPlayers(const std::string &inputPath);
void writeImage(const std::string &output);
void printUnknown();
int getImageX(int val) const;
int getImageY(int val) const;
int getImageX(int val, bool absolute=false) const;
int getImageY(int val, bool absolute=false) const;
void setZoomed(int x, int y, Color color);
private: