mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
11 lines
No EOL
192 B
C++
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 |