mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Source changes needed for Linux build.
This commit is contained in:
parent
109a766748
commit
d2700f881c
16 changed files with 73 additions and 27 deletions
|
|
@ -67,6 +67,9 @@ NvRemoveTjunctions.cpp : A code snippet to remove tjunctions from a triangle mes
|
|||
#include "NvHashMap.h"
|
||||
#include "NvRemoveTjunctions.h"
|
||||
#include "NvFloatMath.h"
|
||||
#ifdef LINUX
|
||||
#include <climits>
|
||||
#endif
|
||||
|
||||
#pragma warning(disable:4189)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue