mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 22:00:26 +01:00
16 lines
359 B
C
16 lines
359 B
C
// 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
|