summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 5f68f8f..43314a9 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -22,7 +22,9 @@ public:
22 }; 22 };
23 23
24 Actor(Type type); 24 Actor(Type type);
25
25private: 26private:
27 QPixmap m_pix;
26 Type m_type; 28 Type m_type;
27 Movement m_direction; 29 Movement m_direction;
28}; 30};