mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 19:01:34 +00:00
7 lines
No EOL
101 B
C++
7 lines
No EOL
101 B
C++
|
|
#include "string.h"
|
|
|
|
void TestString(){
|
|
CopiedString bleh( "bleh" );
|
|
SmartString blah( "blah" );
|
|
} |