mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-20 21:05:44 +00:00
7 lines
224 B
C++
7 lines
224 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, char*>> script_function_table;
|
|
} |