From 4f5dc7a577a4243aa7d92f625c04cb43727c9dad Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Sun, 15 Apr 2012 20:22:26 -0800 Subject: added an intro screen --- src/yeti.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/yeti.cpp') 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; +} + -- cgit v1.3.1