misc matches

This commit is contained in:
Jasper St. Pierre
2023-11-06 17:19:01 -08:00
parent 048f59ece8
commit 317107283a
5 changed files with 100 additions and 54 deletions
+2 -12
View File
@@ -4,25 +4,15 @@
//
#include "JSystem/J2DGraph/J2DScreen.h"
#include "JSystem/J2DGraph/J2DPicture.h"
#include "JSystem/J2DGraph/J2DTextBox.h"
#include "JSystem/J2DGraph/J2DWindow.h"
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
#include "JSystem/JKernel/JKRArchive.h"
#include "JSystem/JKernel/JKRFileLoader.h"
#include "JSystem/JSupport/JSUMemoryStream.h"
#include "JSystem/JUtility/JUTAssert.h"
class J2DWindow : public J2DPane {
public:
J2DWindow(J2DPane * pPane, JSURandomInputStream * pStream);
u8 pad[0x114 - 0x0cc];
};
class J2DPicture : public J2DPane {
public:
J2DPicture(J2DPane * pPane, JSURandomInputStream * pStream);
u8 pad[0x124 - 0x0cc];
};
/* 802D08E4-802D0944 .text __dt__9J2DScreenFv */
J2DScreen::~J2DScreen() {
}