X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Ftilemap.hpp;h=cb87573b773cd9395ce641a1d10ba6dc590d34e6;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=9817493099b25028480c9a9c3f1ad0d6be90a402;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/object/tilemap.hpp b/src/object/tilemap.hpp index 981749309..cb87573b7 100644 --- a/src/object/tilemap.hpp +++ b/src/object/tilemap.hpp @@ -66,10 +66,10 @@ public: size_t get_height() const { return height; } - + float get_x_offset() const { return x_offset; } - + float get_y_offset() const { return y_offset; } @@ -81,7 +81,7 @@ public: int get_layer() const { return z_pos; } - + bool is_solid() const { return solid; } @@ -115,7 +115,7 @@ public: private: typedef std::vector Tiles; Tiles tiles; - + private: TileManager* tilemanager; std::string name; @@ -130,4 +130,3 @@ private: }; #endif /*SUPERTUX_TILEMAP_H*/ -