More ebcl stuff
This commit is contained in:
parent
39a4ab132e
commit
0ed49a30b0
3 changed files with 10 additions and 1 deletions
2
ebcl
2
ebcl
|
@ -1 +1 @@
|
|||
Subproject commit 3745631e023e250c8d3b9267689fc5e596cc3e7a
|
||||
Subproject commit c35f4c6644ddc06f08d5ab15e1d08c087cd8397a
|
|
@ -44,9 +44,17 @@ using ebcl::T_OwnPtr;
|
|||
using ebcl::NewOwned;
|
||||
using ebcl::T_SharedPtr;
|
||||
using ebcl::NewShared;
|
||||
|
||||
using ebcl::T_Optional;
|
||||
using ebcl::T_Union;
|
||||
using ebcl::T_Variant;
|
||||
|
||||
using ebcl::T_Array;
|
||||
using ebcl::T_AutoArray;
|
||||
|
||||
using ebcl::T_String;
|
||||
using ebcl::T_StringBuilder;
|
||||
|
||||
using ebcl::T_HashIndex;
|
||||
using ebcl::T_ObjectTable;
|
||||
using ebcl::T_KeyValueTable;
|
||||
|
|
|
@ -35,6 +35,7 @@ void Globals::Shutdown( )
|
|||
odbg_.clear( );
|
||||
shaders_.clear( );
|
||||
textures_.clear( );
|
||||
sync_.clear( );
|
||||
profiler_.clear( );
|
||||
window_.clear( );
|
||||
watcher_.clear( );
|
||||
|
|
Loading…
Reference in a new issue