mirror of
https://github.com/encounter/mkdd.git
synced 2026-03-30 11:30:02 -07:00
26 lines
608 B
C++
26 lines
608 B
C++
#ifndef MENUBACKGROUND_H
|
|
#define MENUBACKGROUND_H
|
|
|
|
#include "JSystem/J2D/J2DPane.h"
|
|
#include "JSystem/JKernel/JKRArchive.h"
|
|
|
|
class MenuBackground
|
|
{ // Autogenerated
|
|
public:
|
|
MenuBackground(JKRArchive *); // 0x8021906c
|
|
void calc(); // 0x802190f0
|
|
|
|
~MenuBackground() { mspMenuBackground = nullptr; }
|
|
|
|
static MenuBackground *ptr() { return mspMenuBackground; }
|
|
|
|
private:
|
|
static MenuBackground *mspMenuBackground; // 0x80416a88
|
|
|
|
J2DScreen mScreen; // 00 - 118 J2DScreen
|
|
J2DAnmTextureSRTKey *mAnimation;
|
|
s16 mAnimFrame;
|
|
}; // Size: 0x120
|
|
|
|
#endif // MENUBACKGROUND_H
|