diff options
Diffstat (limited to 'src/yeti.cpp')
| -rw-r--r-- | src/yeti.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/yeti.cpp b/src/yeti.cpp index dd8c4b5..adaef32 100644 --- a/src/yeti.cpp +++ b/src/yeti.cpp @@ -297,3 +297,13 @@ int yeti::absolute(int value) return value; } +int yeti::setx(int newx) +{ + x = newx; +} + +int yeti::sety(int newy) +{ + y = newy; +} + |
