some header fixings and more compile time improvements

This commit is contained in:
altalk23 2022-10-13 14:00:41 +03:00
parent 97456db101
commit 070474dd18
50 changed files with 92 additions and 91 deletions
loader/src/hooks

View file

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