mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Typedef c style strings.
This commit is contained in:
parent
79ab9f7a6a
commit
5db905de2f
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user