Changes to have Linux dedicated compiling again

This commit is contained in:
DavidWyand-GG 2013-05-08 06:55:51 +00:00
parent 517b93866a
commit c5c08e72d2
7 changed files with 25 additions and 25 deletions

View file

@ -92,7 +92,7 @@ void Platform::openFolder(const char *path) { }
void Platform::openFile(const char *path) { }
// window
bool Platform::displaySplashWindow() { return false; }
bool Platform::displaySplashWindow(String path) { return false; }
// font
PlatformFont *createPlatformFont(const char *name, U32 size, U32 charset) { return NULL; }