mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 07:07:13 +02:00
Allow API selection as a cmake option.
This commit is contained in:
@ -39,7 +39,7 @@ private:
|
||||
bool mSuspended; // Whether this instance is allowed to receive calls.
|
||||
bool mQuiet; // Whether this instance is allowed to handle errors.
|
||||
bool mEndure; // Whether this instance is allowed to terminate itself on errors.
|
||||
bool mTerminated; // Whether this instance is allowed to terminate itself on errors.
|
||||
bool mTerminated; // Whether this instance was terminated once.
|
||||
Uint8 mArgc; // The number of arguments that the routine must forward.
|
||||
Argument mArgv[14]; // The arguments that the routine must forward.
|
||||
|
||||
|
Reference in New Issue
Block a user