add alias for const CString&

This commit is contained in:
Chris Danford
2004-04-07 20:48:11 +00:00
parent 82808801f2
commit 5484fc6abc
+2
View File
@@ -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.) */