mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Merge pull request #1096 from bpay/fix-include-guards
Fix include guards
This commit is contained in:
commit
ea0e3fd683
6 changed files with 22 additions and 3 deletions
|
|
@ -20,6 +20,9 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef _MPOLYHEDRON_IMPL_H_
|
||||
#define _MPOLYHEDRON_IMPL_H_
|
||||
|
||||
#include "math/mPlaneTransformer.h"
|
||||
|
||||
|
||||
|
|
@ -503,3 +506,5 @@ void PolyhedronData::buildBoxData( Polyhedron& poly, const MatrixF& mat, const B
|
|||
edge ++;
|
||||
}
|
||||
}
|
||||
|
||||
#endif // _MPOLYHEDRON_IMPL_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue