mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
missing header fixes
This commit is contained in:
parent
abab9047b2
commit
e3df146bea
2 changed files with 3 additions and 0 deletions
loader/src
|
@ -1,4 +1,6 @@
|
|||
#include <Geode/ui/SimpleAxisLayout.hpp>
|
||||
#include <Geode/ui/SpacerNode.hpp>
|
||||
#include <Geode/utils/cocos.hpp>
|
||||
|
||||
using namespace geode::prelude;
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <Geode/utils/cocos.hpp>
|
||||
#include <Geode/utils/NodeIDs.hpp>
|
||||
#include <Geode/ui/BasedButtonSprite.hpp>
|
||||
#include <Geode/ui/SimpleAxisLayout.hpp>
|
||||
#include <Geode/binding/GameManager.hpp>
|
||||
#include <Geode/binding/PlatformToolbox.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue