mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Merge branch 'linux' of https://github.com/just-bank/Torque3D into just-bank-linux
This commit is contained in:
commit
2d9fa140ed
45 changed files with 597 additions and 58 deletions
|
|
@ -33,7 +33,11 @@
|
|||
#include "console/consoleTypes.h"
|
||||
#include "scene/sceneRenderState.h"
|
||||
#include "T3D/gameBase/gameProcess.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "BulletMultiThreaded/Win32ThreadSupport.h"
|
||||
#elif defined (USE_PTHREADS)
|
||||
#include "BulletMultiThreaded/PosixThreadSupport.h"
|
||||
#endif
|
||||
|
||||
BtWorld::BtWorld() :
|
||||
mProcessList( NULL ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue