mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-15 22:44:42 -04:00
header fix
This commit is contained in:
parent
3d393362e0
commit
9b34e2fe72
2 changed files with 15 additions and 10 deletions
loader/src
|
@ -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() {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue