aboutsummaryrefslogtreecommitdiffstats
path: root/include/yeti.h
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-04-15 20:22:26 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-04-15 20:22:26 -0800
commit4f5dc7a577a4243aa7d92f625c04cb43727c9dad (patch)
tree818e739e51eded32ea789f850198808567037c99 /include/yeti.h
parentmade it nice (diff)
downloadyetihack-4f5dc7a577a4243aa7d92f625c04cb43727c9dad.tar.zst
added an intro screen
Diffstat (limited to 'include/yeti.h')
-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;