mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +00:00
PlatformSDL implementation.
This commit is contained in:
parent
21d58bb191
commit
aa35157eef
33 changed files with 3971 additions and 151 deletions
12
Engine/source/platformX86UNIX/x86UNIXPlatform.cpp
Normal file
12
Engine/source/platformX86UNIX/x86UNIXPlatform.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "platform/platform.h"
|
||||
|
||||
bool Platform::openWebBrowser( const char* webAddress )
|
||||
{
|
||||
return false; // TODO LINUX
|
||||
}
|
||||
|
||||
#ifdef TORQUE_DEDICATED
|
||||
// XA: New class for the unix unicode font
|
||||
class PlatformFont;
|
||||
PlatformFont *createPlatformFont(const char *name, dsize_t size, U32 charset /* = TGE_ANSI_CHARSET */) { return NULL; }
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue