mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Changes to have Linux dedicated compiling again
This commit is contained in:
parent
517b93866a
commit
c5c08e72d2
7 changed files with 25 additions and 25 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue