mirror of
https://github.com/geode-sdk/geode.git
synced 2025-05-18 17:10:59 -04:00
some header fixings and more compile time improvements
This commit is contained in:
parent
97456db101
commit
070474dd18
50 changed files with 92 additions and 91 deletions
loader/src/hooks
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue