cleanup / added Engine::getGameDataPath()

svn-id: r11420
This commit is contained in:
Max Horn 2003-11-29 12:10:23 +00:00
parent d98479ee5d
commit 493d64d91b
2 changed files with 11 additions and 4 deletions

View file

@ -74,6 +74,10 @@ const char *Engine::getSavePath() const {
#endif
}
const char *Engine::getGameDataPath() const {
return _gameDataPath.c_str();
}
void NORETURN CDECL error(const char *s, ...) {
#ifdef __PALM_OS__
char buf_input[256]; // 1024 is too big overflow the stack