mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
maybe fix mac
This commit is contained in:
parent
b9f8c38dca
commit
ba91dfa6a4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ using namespace geode::prelude;
|
||||||
#include <Geode/Utils.hpp>
|
#include <Geode/Utils.hpp>
|
||||||
#include <Geode/binding/GameManager.hpp>
|
#include <Geode/binding/GameManager.hpp>
|
||||||
#include <objc/runtime.h>
|
#include <objc/runtime.h>
|
||||||
|
#include <Geode/utils/web.hpp>
|
||||||
|
|
||||||
bool utils::clipboard::write(std::string const& data) {
|
bool utils::clipboard::write(std::string const& data) {
|
||||||
[[NSPasteboard generalPasteboard] clearContents];
|
[[NSPasteboard generalPasteboard] clearContents];
|
||||||
|
|
Loading…
Reference in a new issue