mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Linux implementation. Include changes for gcc x64.
This commit is contained in:
parent
4e52824a42
commit
4e9034854d
56 changed files with 1108 additions and 3075 deletions
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if 0
|
||||
#include "console/console.h"
|
||||
#include "platform/event.h"
|
||||
#include "platform/gameInterface.h"
|
||||
|
|
@ -503,3 +503,5 @@ DisplayDevice* OpenGLDevice::create()
|
|||
{
|
||||
return new OpenGLDevice();
|
||||
}
|
||||
|
||||
#endif // 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue