SuperMarioOdysseyOnline/include/game/System/Application.h
2022-06-16 14:33:18 -07:00

13 lines
No EOL
260 B
C++

#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;