seperation of modify and bindings

This commit is contained in:
altalk23 2022-10-13 11:31:23 +03:00
parent 6ba63208a2
commit 1cfc793f7c
25 changed files with 163 additions and 115 deletions
loader/src/hooks

View file

@ -1,8 +1,8 @@
#include <Geode/Modify.hpp>
#include <Geode/loader/Loader.hpp>
USE_GEODE_NAMESPACE();
#include <codegenned/modify/GameManager.hpp>
class $modify(GameManager) {
void reloadAllStep2() {
GameManager::reloadAllStep2();
@ -10,6 +10,7 @@ class $modify(GameManager) {
}
};
#include <codegenned/modify/LoadingLayer.hpp>
class $modify(LoadingLayer) {
void loadAssets() {
LoadingLayer::loadAssets();