]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Tilemap.hh
scene drawing correctly implemented; new classes
[chaz/yoink] / src / Moof / Tilemap.hh
index d8708f1f15f20acf9ff2caa382de4b06403134b1..f05688658cb659763d78d830f04bf9497b19f43a 100644 (file)
@@ -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);
This page took 0.018867 seconds and 4 git commands to generate.