summaryrefslogtreecommitdiffstats
path: root/sigmod/Tile.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-29 12:09:27 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-29 12:09:27 -0500
commit8e278873d4bd35a7cd7f3b6d9d7852fa422370b8 (patch)
tree9e97b71d30779c07c79ca166e1d704a3de4d5e4f /sigmod/Tile.h
parente801b73a2f9cb845913cf546002c8f50eefc473c (diff)
downloadsigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.tar.gz
sigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.tar.xz
sigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.zip
Merged CHECK macro branch
Diffstat (limited to 'sigmod/Tile.h')
-rw-r--r--sigmod/Tile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sigmod/Tile.h b/sigmod/Tile.h
index 7904948b..c2cde094 100644
--- a/sigmod/Tile.h
+++ b/sigmod/Tile.h
@@ -52,6 +52,10 @@ class SIGMOD_EXPORT Tile : public Object
bool walkable() const;
Sigcore::Script script() const;
+ bool nameCheck(const QString& name) const;
+ bool walkableCheck(const bool walkable) const;
+ bool scriptCheck(const Sigcore::Script& script) const;
+
Tile& operator=(const Tile& rhs);
private:
QString m_name;