fix objc/runtime include

This commit is contained in:
altalk23 2023-08-27 19:35:50 +03:00
parent db02c3dd1a
commit a7181ebba8

View file

@ -9,6 +9,7 @@ using namespace geode::prelude;
#import <AppKit/AppKit.h>
#include <Geode/Utils.hpp>
#include <Geode/binding/GameManager.hpp>
#include <objc/runtime.h>
bool utils::clipboard::write(std::string const& data) {
[[NSPasteboard generalPasteboard] clearContents];