mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 00:47:11 +02:00
Global wide switch to extended format support.
This commit is contained in:
@ -71,4 +71,9 @@ struct FormatContext
|
||||
SQMOD_NODISCARD SQInteger Proc(HSQUIRRELVM vm, SQInteger text, SQInteger args, SQInteger end = -1);
|
||||
};
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Helper function used to process a formatted string into the specified StackStrF instance.
|
||||
*/
|
||||
void ExtendedFormatProcess(StackStrF & ss, SQInteger top);
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
Reference in New Issue
Block a user