mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-07 19:31:19 -04:00
JAWWindow (#3039)
This commit is contained in:
@@ -628,42 +628,3 @@ bool J2DWindow::isUsed(ResTIMG const* param_0) {
|
||||
}
|
||||
return J2DPane::isUsed(param_0);
|
||||
}
|
||||
|
||||
u16 J2DWindow::getTypeID() const {
|
||||
return 17;
|
||||
}
|
||||
|
||||
void J2DWindow::draw(f32 param_0, f32 param_1, f32 param_2, f32 param_3) {
|
||||
draw(JGeometry::TBox2<f32>(param_0, param_1, param_0 + param_2, param_1 + param_3));
|
||||
}
|
||||
|
||||
JUTTexture* J2DWindow::getContentsTexture(u8 param_0) const {
|
||||
if (param_0 != 0) {
|
||||
return NULL;
|
||||
}
|
||||
return field_0x110;
|
||||
}
|
||||
|
||||
void J2DWindow::getMaterial(J2DWindow::TMaterial& param_0) const {
|
||||
param_0.field_0x0 = NULL;
|
||||
param_0.field_0x4 = NULL;
|
||||
param_0.field_0x8 = NULL;
|
||||
param_0.field_0xc = NULL;
|
||||
param_0.field_0x10 = NULL;
|
||||
}
|
||||
|
||||
J2DMaterial* J2DWindow::getFrameMaterial(u8 param_0) const {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
J2DMaterial* J2DWindow::getContentsMaterial() const {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
bool J2DWindow::isUsed(ResFONT const* param_0) {
|
||||
return J2DPane::isUsed(param_0);
|
||||
}
|
||||
|
||||
void J2DWindow::rewriteAlpha() {
|
||||
/* empty function */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user