X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FTilemap.hh;h=f05688658cb659763d78d830f04bf9497b19f43a;hp=d8708f1f15f20acf9ff2caa382de4b06403134b1;hb=29e3d45f7bbbf31eadf793c41ff2b3d9c47b7539;hpb=16d1a05b0777e97a45c48e2874aa4e5cc791282e diff --git a/src/Moof/Tilemap.hh b/src/Moof/Tilemap.hh index d8708f1..f056886 100644 --- a/src/Moof/Tilemap.hh +++ b/src/Moof/Tilemap.hh @@ -82,7 +82,7 @@ public: * @return True if index is valid, false otherwise. */ - bool getTileCoords(Index index, Scalar coords[8]); + bool getTileCoords(Index index, Scalar coords[8]) const; /** @@ -93,7 +93,7 @@ public: * @return True if index is valid, false otherwise. */ - bool getTileCoords(Index index, Scalar coords[8], Orientation what); + bool getTileCoords(Index index, Scalar coords[8], Orientation what) const; static std::string getPathToResource(const std::string& name);