mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Merge pull request #449 from Phantom139/uuidreplacement
UUID Replacement
This commit is contained in:
commit
2ac675000f
11 changed files with 14 additions and 3 deletions
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include "console/engineAPI.h"
|
||||
|
||||
using namespace Torque;
|
||||
|
||||
static AutoPtr< ResourceManager > smInstance;
|
||||
|
||||
ResourceManager::ResourceManager()
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@
|
|||
#include "core/util/tDictionary.h"
|
||||
#endif
|
||||
|
||||
using namespace Torque;
|
||||
|
||||
class ResourceManager
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue