mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Basic refactoring WIP
This commit is contained in:
parent
36581246cd
commit
915fac31b3
4 changed files with 430 additions and 367 deletions
|
|
@ -62,6 +62,7 @@ class ResourceHolderBase
|
|||
public:
|
||||
static FreeListChunker<ResourceHolderBase> smHolderFactory;
|
||||
|
||||
ResourceHolderBase() : mRes(NULL) { ; } // @note this is needed for the chunked allocator
|
||||
virtual ~ResourceHolderBase() {}
|
||||
|
||||
// Return void pointer to resource data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue