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: */
|
||||
#include "StdString.h"
|
||||
|
||||
typedef const CString& CCStringRef;
|
||||
|
||||
/* Include this here to make sure our assertion handler is always
|
||||
* used. (This file is a dependency of most everything anyway,
|
||||
* so there's no real problem putting it here.) */
|
||||
|
||||
Reference in New Issue
Block a user