MACOSX: Remove wrapper functions for pasteboard access

Instead the OSystem functions are now directly implemented in
Objective C.
This commit is contained in:
Thierry Crozat 2023-02-25 22:36:48 +01:00 committed by Eugene Sandulenko
parent c13327286c
commit 5962ac6d96
No known key found for this signature in database
GPG key ID: 014D387312D34F08
4 changed files with 73 additions and 88 deletions

View file

@ -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();