1
0
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:
Sandu Liviu Catalin
2020-05-01 20:41:00 +03:00
parent 4a53ec8676
commit f2be86a65e
3 changed files with 6 additions and 2 deletions

View File

@ -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.