aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/source/Irrlicht/MacOSX/OSXClipboard.h
blob: 68f598dfd3754fc1197c3872c5c676510e16bf73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2005-2006 Etienne Petitjean
// Copyright (C) 2007-2012 Christian Stehno
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in Irrlicht.h

#ifdef __cplusplus
extern "C" {
#endif

	void	OSXCopyToClipboard(const char *text);
	char*	OSXCopyFromClipboard();

#ifdef __cplusplus
}
#endif