Merge branch 'main' of https://github.com/geode-sdk/geode into main

This commit is contained in:
HJfod 2024-07-29 16:13:37 +03:00
commit d49ac634f3
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
class ModPopup;
class ModItem;
class ModLogoSprite;
class FLAlertLayer; // for macos :3
namespace geode {
/**

View file

@ -1,4 +1,5 @@
#include <Geode/ui/LoadingSpinner.hpp>
#include <Geode/utils/cocos.hpp>
using namespace geode::prelude;