mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Merge branch 'main' of https://github.com/geode-sdk/geode into main
This commit is contained in:
commit
d49ac634f3
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
class ModPopup;
|
||||
class ModItem;
|
||||
class ModLogoSprite;
|
||||
class FLAlertLayer; // for macos :3
|
||||
|
||||
namespace geode {
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <Geode/ui/LoadingSpinner.hpp>
|
||||
#include <Geode/utils/cocos.hpp>
|
||||
|
||||
using namespace geode::prelude;
|
||||
|
||||
|
|
Loading…
Reference in a new issue