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