diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-04-15 20:22:26 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-04-15 20:22:26 -0800 |
| commit | 4f5dc7a577a4243aa7d92f625c04cb43727c9dad (patch) | |
| tree | 818e739e51eded32ea789f850198808567037c99 /include | |
| parent | made it nice (diff) | |
| download | yetihack-4f5dc7a577a4243aa7d92f625c04cb43727c9dad.tar.zst | |
added an intro screen
Diffstat (limited to 'include')
| -rw-r--r-- | include/yeti.h | 2 |
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; |
