More ebcl stuff

This commit is contained in:
Emmanuel BENOîT 2017-11-04 21:23:50 +01:00
parent 39a4ab132e
commit 0ed49a30b0
3 changed files with 10 additions and 1 deletions

2
ebcl

@ -1 +1 @@
Subproject commit 3745631e023e250c8d3b9267689fc5e596cc3e7a
Subproject commit c35f4c6644ddc06f08d5ab15e1d08c087cd8397a

View file

@ -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;

View file

@ -35,6 +35,7 @@ void Globals::Shutdown( )
odbg_.clear( );
shaders_.clear( );
textures_.clear( );
sync_.clear( );
profiler_.clear( );
window_.clear( );
watcher_.clear( );