diff options
Diffstat (limited to 'Artist.h')
-rw-r--r-- | Artist.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,11 +10,12 @@ public: Artist(Museum &, ArtistData data); public: - void update(); + void update(bool tick = true); private: void update_movement(); void update_edge_collision(); + void update_path_collision(); void update_color(); public: |