ultimatepp/bazaar/Gen/Gen.cpp
kohait 6a1ab6787e bazaar: Gen: Instancer simplification, Misc.h not included by default
git-svn-id: svn://ultimatepp.org/upp/trunk@3804 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-31 08:45:34 +00:00

11 lines
No EOL
158 B
C++

#include "Gen.h"
NAMESPACE_UPP
GlobalInstancerMapType& GetGlobalInstancerMap()
{
static GlobalInstancerMapType _;
return _;
}
END_UPP_NAMESPACE