mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-23 03:35:15 +00:00
12 lines
260 B
C
12 lines
260 B
C
|
#pragma once
|
||
|
|
||
|
#include "GameSystemInfo.h"
|
||
|
#include "al/nerve/NerveExecutor.h"
|
||
|
|
||
|
class GameSystem : public al::NerveExecutor {
|
||
|
public:
|
||
|
void init();
|
||
|
void *gap;
|
||
|
al::GameSystemInfo* mSystemInfo; // 0x18
|
||
|
// 0x78 GameConfigData
|
||
|
};
|