mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
fix missing include
This commit is contained in:
parent
8cccb4ce5c
commit
f61e577c0e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#include <Geode/binding/TextInputDelegate.hpp>
|
#include <Geode/binding/TextInputDelegate.hpp>
|
||||||
#include <Geode/ui/InputNode.hpp>
|
#include <Geode/ui/InputNode.hpp>
|
||||||
#include <Geode/ui/TextInput.hpp>
|
#include <Geode/ui/TextInput.hpp>
|
||||||
|
#include <Geode/utils/cocos.hpp>
|
||||||
|
|
||||||
using namespace geode::prelude;
|
using namespace geode::prelude;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue