iw5-mod/src/game/scripting/functions.hpp

9 lines
170 B
C++
Raw Normal View History

2019-01-16 16:44:50 -05:00
namespace game
{
namespace scripting
{
extern std::map<std::string, int> instance_function_map;
extern std::map<std::string, int> global_function_map;
}
}