a776f1a1b2
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@862 dfc29bdd-3216-0410-991c-e03cc46cb475
15 lines
324 B
C
15 lines
324 B
C
// Copyright (C) 2005 Etienne Petitjean
|
|
// 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
|