aboutsummaryrefslogtreecommitdiff
path: root/Artist.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 15:37:31 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 15:37:31 +0200
commite8601b35b601b0ee1486dfaa12385e71b7f2b300 (patch)
tree244fc97a12ee17e28e6fc407988508bfbc06d89a /Artist.h
parentfe8f7273f0efdfe319a0d3e3b2fc2847992745af (diff)
WIP quadtree visualization scaffolding
Diffstat (limited to 'Artist.h')
-rw-r--r--Artist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Artist.h b/Artist.h
index 49d0393..b880d5e 100644
--- a/Artist.h
+++ b/Artist.h
@@ -15,6 +15,7 @@ public:
private:
void update_movement();
void update_edge_collision();
+ void update_color();
public:
ArtistData data;