header fix

This commit is contained in:
camila314 2022-12-02 13:00:26 -06:00
parent 3d393362e0
commit 9b34e2fe72
2 changed files with 15 additions and 10 deletions
loader/src

View file

@ -1,13 +1,3 @@
#include "InternalLoader.hpp"
#include "InternalMod.hpp"
#include "resources.hpp"
#include <Geode/loader/Loader.hpp>
#include <Geode/loader/IPC.hpp>
#include <Geode/loader/Log.hpp>
#include <Geode/utils/web.hpp>
#include <Geode/utils/file.hpp>
#include <fmt/format.h>
#include <hash.hpp>
#include <iostream>
@ -16,6 +6,16 @@
#include <thread>
#include <vector>
#include <Geode/loader/Loader.hpp>
#include <Geode/loader/IPC.hpp>
#include <Geode/loader/Log.hpp>
#include <Geode/utils/web.hpp>
#include <Geode/utils/file.hpp>
#include "InternalLoader.hpp"
#include "InternalMod.hpp"
#include "resources.hpp"
InternalLoader::InternalLoader() : Loader() {}
InternalLoader::~InternalLoader() {

View file

@ -1,5 +1,10 @@
#include <string>
#include <optional>
#include <vector>
#include <Geode/loader/Mod.hpp>
#include <Geode/loader/Hook.hpp>
#include <Geode/utils/file.hpp>
#include <InternalLoader.hpp>
#include <InternalMod.hpp>