mirror of
https://github.com/geode-sdk/geode.git
synced 2025-05-19 17:40:43 -04:00
seperation of modify and bindings
This commit is contained in:
parent
6ba63208a2
commit
1cfc793f7c
25 changed files with 163 additions and 115 deletions
loader/src/hooks
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue