this should be all the header includes fixed?

This commit is contained in:
HJfod 2022-08-02 13:29:17 +03:00
parent 8a6d098ad4
commit cc45578f0d
5 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <Geode/ui/ListView.hpp>
#include <Geode/Utils.hpp>
USE_GEODE_NAMESPACE();

View file

@ -1,6 +1,7 @@
#include <Geode/ui/MDTextArea.hpp>
#include <Geode/utils/WackyGeodeMacros.hpp>
#include <md4c.h>
#include <Geode/Utils.hpp>
USE_GEODE_NAMESPACE();

View file

@ -1,6 +1,7 @@
#include <Geode/ui/Notification.hpp>
#include <Geode/ui/TextRenderer.hpp>
#include <Geode/utils/WackyGeodeMacros.hpp>
#include <Geode/Utils.hpp>
USE_GEODE_NAMESPACE();

View file

@ -1,4 +1,5 @@
#include <Geode/ui/Scrollbar.hpp>
#include <Geode/Utils.hpp>
// TODO: die
#undef min

View file

@ -1,5 +1,6 @@
#include <Geode/ui/TextRenderer.hpp>
#include <Geode/utils/WackyGeodeMacros.hpp>
#include <Geode/Utils.hpp>
#undef max
#undef min