mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Compilation changes
Few compile time attempts to speed things up Swap include guards for pramga once Change compile options in the cmakeLists for source generate a pch small tweaks
This commit is contained in:
parent
0df3bea9ca
commit
68e762130d
1016 changed files with 2848 additions and 5532 deletions
|
|
@ -22,9 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#ifndef _AFX_ANIM_CURVE_H_
|
||||
#define _AFX_ANIM_CURVE_H_
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/util/tVector.h"
|
||||
|
||||
|
|
@ -76,7 +75,3 @@ class afxAnimCurve
|
|||
Point2F computeTangentK0( Point2F &k0, Point2F &k1, int start_index );
|
||||
Point2F computeTangentK1( Point2F &k0, Point2F &k1, int end_index );
|
||||
};
|
||||
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#endif // _AFX_ANIM_CURVE_H_
|
||||
|
|
@ -22,6 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_CURVE_3D_H_
|
||||
#define _AFX_CURVE_3D_H_
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_CURVE_EVAL_BASE_H_
|
||||
#define _AFX_CURVE_EVAL_BASE_H_
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_EASE_H_
|
||||
#define _AFX_EASE_H_
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_PARTICLE_POOL_H_
|
||||
#define _AFX_PARTICLE_POOL_H_
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_PATH_H_
|
||||
#define _AFX_PATH_H_
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_PATH3D_UTIL_H_
|
||||
#define _AFX_PATH3D_UTIL_H_
|
||||
|
|
|
|||
|
|
@ -28,11 +28,12 @@
|
|||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// AABB-triangle overlap test code originally by Tomas Akenine-Möller
|
||||
// AABB-triangle overlap test code originally by Tomas Akenine-Möller
|
||||
// Assisted by Pierre Terdiman and David Hunt
|
||||
// http://www.cs.lth.se/home/Tomas_Akenine_Moller/code/
|
||||
// Ported to TSE by BJG, 2005-4-14
|
||||
//-----------------------------------------------------------------------------
|
||||
#pragma once
|
||||
|
||||
#ifndef _AFX_TRIBOXCHECK_2D_H_
|
||||
#define _AFX_TRIBOXCHECK_2D_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue