(no commit message)
[asgard.git] / grasstile.h
blob3061103c22cb191e4af401133fb5eacbe7b1a795
1 #ifndef _GRASSTILE_H
2 #define _GRASSTILE_H
4 #include "tile.h"
6 class GrassTile : public Tile
8 public:
9 bool isWalkable() const;
12 #endif