We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecc790 commit 843cfb2Copy full SHA for 843cfb2
loader/src/utils/cocos.cpp
@@ -1,10 +1,16 @@
1
#include <Geode/modify/LoadingLayer.hpp>
2
#include <Geode/utils/cocos.hpp>
3
#include <matjson.hpp>
4
-#include <charconv>
5
#include <Geode/binding/CCTextInputNode.hpp>
6
#include <Geode/binding/GameManager.hpp>
7
+#ifdef GEODE_IS_WINDOWS
8
+#else
9
+# include <unordered_map>
10
+# include <typeindex>
11
+# include <cxxabi.h>
12
+#endif
13
+
14
using namespace geode::prelude;
15
16
Result<cocos2d::ccColor3B, std::string> matjson::Serialize<ccColor3B>::fromJson(matjson::Value const& value) {
0 commit comments