Beispiel #1
0
GHOST_TUns8 *GHOST_getClipboard(int selection)
{
	GHOST_ISystem *system = GHOST_ISystem::getSystem();
	return system->getClipboard(selection);
}