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 d4fe17b commit 6aac3dcCopy full SHA for 6aac3dc
src/pages/Memory.cpp
@@ -6,6 +6,8 @@
6
#include <algorithm>
7
#include <span>
8
#include <fmt/chrono.h>
9
+#include <Geode/utils/string.hpp>
10
+#include <Geode/utils/ranges.hpp>
11
12
using namespace geode::prelude;
13
src/platform/platform.hpp
@@ -2,6 +2,7 @@
2
3
#include <imgui.h>
4
#include <imgui_internal.h>
5
+#include <cocos2d.h>
#ifdef __APPLE__
#include <OpenGL/gl.h>
#endif
0 commit comments