959e80cf72
assets upload description.
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
extern "C" void _DebugConsole_CopyText( const char* text )
|
|
{
|
|
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
|
|
} |