Exemplo n.º 1
0
void GHOST_putClipboard(GHOST_TInt8 *buffer, int selection)
{
	GHOST_ISystem *system = GHOST_ISystem::getSystem();
	system->putClipboard(buffer, selection);
}