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