aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorOystein Eftevaag2010-08-26 23:41:39 +0000
committerOystein Eftevaag2010-08-26 23:41:39 +0000
commita7541810b4c4b991267ce7a63c6c4ad25e79e080 (patch)
tree9ac774e07971dc1b9470e585f94202e1cdfb0ea9 /engines/hugo/hugo.h
parent98400327c3d2e497bba04f22dd096fcca4eeb255 (diff)
downloadscummvm-rg350-a7541810b4c4b991267ce7a63c6c4ad25e79e080.tar.gz
scummvm-rg350-a7541810b4c4b991267ce7a63c6c4ad25e79e080.tar.bz2
scummvm-rg350-a7541810b4c4b991267ce7a63c6c4ad25e79e080.zip
HUGO: Removed some dead code and redundant indirection
svn-id: r52404
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index f65d271d76..9e86945910 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -300,9 +300,11 @@ private:
void freeObjects();
void boundaryCollision(object_t *obj);
void calcMaxScore();
-
void initMachine();
void runMachine();
+
+ static int y2comp(const void *a, const void *b);
+
};
} // End of namespace Hugo