HUGO: Move several short function bodies from headers to cpp files

This commit is contained in:
strangerke 2011-02-18 22:24:32 +01:00
parent a6593c294e
commit ec559360ab
29 changed files with 380 additions and 141 deletions

View file

@ -48,6 +48,10 @@ IntroHandler::IntroHandler(HugoEngine *vm) : _vm(vm), _introX(0), _introY(0) {
IntroHandler::~IntroHandler() {
}
byte IntroHandler::getIntroSize() const {
return _introXSize;
}
/**
* Read _introX and _introY from hugo.dat
*/