mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-12-06 02:07:47 +00:00
update
This commit is contained in:
@@ -212,8 +212,6 @@ namespace scripting
|
||||
{
|
||||
return this->get(key.as<std::string>());
|
||||
}
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
script_value array::get(const std::string& key) const
|
||||
|
||||
@@ -87,7 +87,6 @@ namespace game
|
||||
namespace plutonium
|
||||
{
|
||||
WEAK symbol<std::unique_ptr<xsk::gsc::iw5_pc::context>> gsc_ctx{0};
|
||||
WEAK symbol<int(const char* fmt, ...)> printf{0};
|
||||
WEAK symbol<void*> function_table{0};
|
||||
WEAK symbol<void*> method_table{0};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user