mirror of
https://github.com/SwareJonge/mkdd.git
synced 2024-11-30 16:50:43 +00:00
20 lines
268 B
C++
20 lines
268 B
C++
#ifndef AWARD2D_H
|
|
#define AWARD2D_H
|
|
|
|
#include "JSystem/JKernel/JKRHeap.h"
|
|
#include "types.h"
|
|
|
|
class Award2D {
|
|
public:
|
|
Award2D(JKRHeap *);
|
|
void calc();
|
|
void still() {
|
|
_10 = 0;
|
|
}
|
|
|
|
u8 _00[0x10];
|
|
u32 _10;
|
|
u8 _14[0x58 - 0x14];
|
|
};
|
|
|
|
#endif |