15 lines
329 B
C
15 lines
329 B
C
// Copyright (C) 2005-2009 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
|