mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-07-03 01:31:49 +00:00
7 lines
230 B
C++
7 lines
230 B
C++
#pragma once
|
|
|
|
namespace scripting
|
|
{
|
|
extern std::unordered_map<int, std::unordered_map<std::string, int>> fields_table;
|
|
extern std::unordered_map<std::string, std::unordered_map<std::string, const char*>> script_function_table;
|
|
} |