mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
* Adjustment: Initial work on moving x86Unix platform code into a more common POSIX platform.
This commit is contained in:
parent
e9414a1660
commit
6583134ef2
34 changed files with 33 additions and 5216 deletions
|
|
@ -23,14 +23,18 @@
|
|||
#import "app/mainLoop.h"
|
||||
#import "platform/platformInput.h"
|
||||
#import "console/console.h"
|
||||
#import "platformPOSIX/POSIXStdConsole.h"
|
||||
#import "platformPOSIX/POSIXState.h"
|
||||
|
||||
extern void InitWindowingSystem();
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
void Platform::init()
|
||||
{
|
||||
|
||||
Con::printf("Initializing platform...");
|
||||
StdConsole::create();
|
||||
stdConsole->enable(true);
|
||||
|
||||
Con::printf("Initializing platform...");
|
||||
|
||||
// Set the platform variable for the scripts
|
||||
Con::setVariable( "$platform", "MacOSX" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue