mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 22:03:40 -06:00
11 lines
No EOL
194 B
C++
11 lines
No EOL
194 B
C++
#include "Gen.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
VectorMap<String, GlobalInstancerType>& GetGlobalInstancerMap()
|
|
{
|
|
static VectorMap<String, GlobalInstancerType> map;
|
|
return map;
|
|
}
|
|
|
|
END_UPP_NAMESPACE |