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
|
@ -140,13 +140,6 @@ char *Utils::Box(box_t dismiss, const char *s, ...) {
|
|||
return buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Print options for user when dead
|
||||
*/
|
||||
void Utils::gameOverMsg(void) {
|
||||
Utils::Box(kBoxOk, "%s", HugoEngine::get()._text->getTextUtil(kGameOver));
|
||||
}
|
||||
|
||||
char *Utils::strlwr(char *buffer) {
|
||||
char *result = buffer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue