add alias for const CString&
This commit is contained in:
@@ -118,6 +118,8 @@ void NORETURN sm_crash( const char *reason = "Internal error" );
|
|||||||
/* Use CStdString: */
|
/* Use CStdString: */
|
||||||
#include "StdString.h"
|
#include "StdString.h"
|
||||||
|
|
||||||
|
typedef const CString& CCStringRef;
|
||||||
|
|
||||||
/* Include this here to make sure our assertion handler is always
|
/* Include this here to make sure our assertion handler is always
|
||||||
* used. (This file is a dependency of most everything anyway,
|
* used. (This file is a dependency of most everything anyway,
|
||||||
* so there's no real problem putting it here.) */
|
* so there's no real problem putting it here.) */
|
||||||
|
|||||||
Reference in New Issue
Block a user