mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-07-03 17:51:55 +00:00
Fixes for pluto update
This commit is contained in:
@ -81,8 +81,11 @@ namespace game
|
||||
|
||||
namespace plutonium
|
||||
{
|
||||
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> function_map_rev{0x20691228};
|
||||
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> method_map_rev{0x20691248};
|
||||
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> token_map_rev{0x20691288};
|
||||
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> function_map_rev{0x20692868};
|
||||
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> method_map_rev{0x20692888};
|
||||
WEAK symbol<std::unordered_map<std::string, std::uint16_t>> token_map_rev{0x206928C8};
|
||||
WEAK symbol<int(const char* fmt, ...)> printf{0x20867950};
|
||||
WEAK symbol<void*> function_table{0x2068B418};
|
||||
WEAK symbol<void*> method_table{0x2068BBE8};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user