mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update Utility.cpp
This commit is contained in:
parent
b18d0a129a
commit
455c401c2c
@ -23,9 +23,9 @@
|
||||
namespace SqMod {
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
PluginFuncs* _Func = nullptr;
|
||||
PluginCallbacks* _Clbk = nullptr;
|
||||
PluginInfo* _Info = nullptr;
|
||||
PluginFuncs* _Func = nullptr; //NOLINT(bugprone-reserved-identifier)
|
||||
PluginCallbacks* _Clbk = nullptr; //NOLINT(bugprone-reserved-identifier)
|
||||
PluginInfo* _Info = nullptr; //NOLINT(bugprone-reserved-identifier)
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Common buffers to reduce memory allocations. To be immediately copied upon return!
|
||||
|
Loading…
Reference in New Issue
Block a user