mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-11 04:21:08 +00:00
8 lines
No EOL
107 B
C++
8 lines
No EOL
107 B
C++
|
|
#include "string.h"
|
|
|
|
void TestString()
|
|
{
|
|
CopiedString bleh("bleh");
|
|
SmartString blah("blah");
|
|
} |