SuperMarioOdysseyOnline/include/game/System/Application.h

13 lines
260 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
#include "GameFrameWorkNx.h"
class Application {
public:
static const Application *sInstance;
unsigned char padding_28[0x28];
al::GameFrameworkNx *mFramework; // 0x28
};
// const Application *Application::sInstance;