HUGO: Move several short function bodies from headers to cpp files
This commit is contained in:
parent
a6593c294e
commit
ec559360ab
29 changed files with 380 additions and 141 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue