9 lines
170 B
C++
9 lines
170 B
C++
|
namespace game
|
||
|
{
|
||
|
namespace scripting
|
||
|
{
|
||
|
extern std::map<std::string, int> instance_function_map;
|
||
|
extern std::map<std::string, int> global_function_map;
|
||
|
}
|
||
|
}
|