mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-05-03 01:27:13 +02: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 std::basic_string<SQChar> String;
|
||||||
|
|
||||||
|
typedef char * CStr;
|
||||||
|
typedef const char * CCStr;
|
||||||
|
|
||||||
|
typedef SQChar * SStr;
|
||||||
|
typedef SQChar char * CSStr;
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* FORWARD DECLARATIONS
|
* FORWARD DECLARATIONS
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user