summaryrefslogtreecommitdiffstats
path: root/pacman-c++/point.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-11 12:37:29 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-11 12:37:29 +0200
commit51a3559e5df31018d7de14357f83c24e7e508d7e (patch)
tree89db0899d182dd5b3b770b07c8646dd80c915d4e /pacman-c++/point.h
parent98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02 (diff)
downloadfoop-51a3559e5df31018d7de14357f83c24e7e508d7e.tar.gz
foop-51a3559e5df31018d7de14357f83c24e7e508d7e.tar.bz2
foop-51a3559e5df31018d7de14357f83c24e7e508d7e.zip
progress
Diffstat (limited to 'pacman-c++/point.h')
-rw-r--r--pacman-c++/point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/point.h b/pacman-c++/point.h
index 0e0152d..033ca56 100644
--- a/pacman-c++/point.h
+++ b/pacman-c++/point.h
@@ -11,7 +11,7 @@ public:
11 virtual ~Point() 11 virtual ~Point()
12 {}; 12 {};
13 13
14 virtual void enter(Actor *actor); 14 virtual bool enter(Actor *actor);
15}; 15};
16 16
17#endif // POINT_H 17#endif // POINT_H