geode/loader/include/Geode/Loader.hpp
HJfod 5af74e9ab7 move internal mod json data to an actual json file + move platform
console from a cmake arg to an in-game setting
2022-09-28 17:38:02 +03:00

9 lines
220 B
C++

#pragma once
#include <Geode/DefaultInclude.hpp>
#include "loader/Hook.hpp"
#include "loader/Log.hpp"
#include "loader/Mod.hpp"
#include "loader/Loader.hpp"
#include "loader/Interface.hpp"
#include "loader/Setting.hpp"