ultimatepp/bazaar/Gen/Gen.cpp
kohait d9f07ec4c2 bazaar: Gen: Value for Instancer, Tree: small fixes, Detach fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-24 13:11:48 +00:00

11 lines
No EOL
192 B
C++

#include "Gen.h"
NAMESPACE_UPP
VectorMap<Value, GlobalInstancerType>& GetGlobalInstancerMap()
{
static VectorMap<Value, GlobalInstancerType> map;
return map;
}
END_UPP_NAMESPACE