This commit is contained in:
Brian Roberts 2026-06-28 14:57:02 +01:00 committed by GitHub
commit fd730b057d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 3895 additions and 445 deletions

View file

@ -33,8 +33,6 @@
/// @file
/// Definitions for the core engine structured types.
template< typename T > class Vector;
namespace Torque {
class UUID;
}

View file

@ -47,7 +47,6 @@ class String;
class FileName;
class SimObject;
class SimObjectType;
template<class T> class Vector;
//-----------------------------------------------------------------------------
// String scan/print methods