aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/yeti.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/yeti.h b/include/yeti.h
index 50ecf4f..093b69e 100644
--- a/include/yeti.h
+++ b/include/yeti.h
@@ -15,6 +15,8 @@ class yeti
void movetowards(int, int, vector<yeti>, int);
int xpos();
int ypos();
+ int setx(int);
+ int sety(int);
private:
int x;
int y;