mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-15 13:41:31 -04:00
J2DPane (#168)
* most of J2DPane * finish j2dpane * cleanup * use J2DBlendInfo
This commit is contained in:
@@ -31624,12 +31624,14 @@ BOOL daAlink_lockCursor_c::create() {
|
||||
}
|
||||
|
||||
/* 80126350-80126354 120C90 0004+00 0/0 4/0 0/0 .text setAnimation__7J2DPaneFP15J2DAnmTevRegKey */
|
||||
void J2DPane::setAnimation(J2DAnmTevRegKey* param_0) {
|
||||
// void J2DPane::setAnimation(J2DAnmTevRegKey* param_0) {
|
||||
extern "C" void setAnimation__7J2DPaneFP15J2DAnmTevRegKey() {
|
||||
/* empty function */
|
||||
}
|
||||
|
||||
/* 80126354-80126358 120C94 0004+00 0/0 4/0 0/0 .text setAnimation__7J2DPaneFP11J2DAnmColor */
|
||||
void J2DPane::setAnimation(J2DAnmColor* param_0) {
|
||||
// void J2DPane::setAnimation(J2DAnmColor* param_0) {
|
||||
extern "C" void setAnimation__7J2DPaneFP11J2DAnmColor() {
|
||||
/* empty function */
|
||||
}
|
||||
|
||||
|
||||
@@ -2216,7 +2216,8 @@ asm void J2DPane::makeMatrix(f32 param_0, f32 param_1) {
|
||||
#pragma pop
|
||||
|
||||
/* 80053C3C-80053C44 04E57C 0008+00 0/0 1/0 0/0 .text getTypeID__7J2DPaneCFv */
|
||||
s32 J2DPane::getTypeID() const {
|
||||
// s32 J2DPane::getTypeID() const {
|
||||
extern "C" s32 getTypeID__7J2DPaneCFv() {
|
||||
return 16;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user