mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-17 17:05:09 +00:00
12 lines
No EOL
260 B
C++
12 lines
No EOL
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
|
|
}; |