summaryrefslogtreecommitdiff
path: root/Cursor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Cursor.hpp')
-rw-r--r--Cursor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cursor.hpp b/Cursor.hpp
index 1ac2d0e..fdcd9a1 100644
--- a/Cursor.hpp
+++ b/Cursor.hpp
@@ -10,4 +10,5 @@ public:
void update();
void draw();
void set_color() const;
+ void set_color(int) const;
};