MACOSX: Remove wrapper functions for pasteboard access
Instead the OSystem functions are now directly implemented in Objective C.
This commit is contained in:
parent
c13327286c
commit
5962ac6d96
4 changed files with 73 additions and 88 deletions
|
@ -23,11 +23,7 @@
|
|||
#define PLATFORM_SDL_MACOSX_WRAPPER_H
|
||||
|
||||
#include <common/str.h>
|
||||
#include <common/ustr.h>
|
||||
|
||||
bool hasTextInClipboardMacOSX();
|
||||
Common::U32String getTextFromClipboardMacOSX();
|
||||
bool setTextInClipboardMacOSX(const Common::U32String &text);
|
||||
Common::String getDesktopPathMacOSX();
|
||||
Common::String getResourceAppBundlePathMacOSX();
|
||||
Common::String getAppSupportPathMacOSX();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue