mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 05:04:34 +00:00
vector work to allow it to take an allocator, as well as a fixed count and skip the tracking vars.
This commit is contained in:
parent
1715b65d39
commit
cd8c944989
12 changed files with 1768 additions and 444 deletions
|
|
@ -33,8 +33,6 @@
|
|||
/// @file
|
||||
/// Definitions for the core engine structured types.
|
||||
|
||||
|
||||
template< typename T > class Vector;
|
||||
namespace Torque {
|
||||
class UUID;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ class String;
|
|||
class FileName;
|
||||
class SimObject;
|
||||
class SimObjectType;
|
||||
template<class T> class Vector;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// String scan/print methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue