mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-23 09:37:18 +01:00
Typedef c style strings.
This commit is contained in:
@@ -178,6 +178,12 @@ typedef SQInteger SQInt;
|
||||
*/
|
||||
typedef std::basic_string<SQChar> String;
|
||||
|
||||
typedef char * CStr;
|
||||
typedef const char * CCStr;
|
||||
|
||||
typedef SQChar * SStr;
|
||||
typedef SQChar char * CSStr;
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* FORWARD DECLARATIONS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user