summaryrefslogtreecommitdiff
path: root/src/d/d_drawlist.cpp
diff options
context:
space:
mode:
authorlepelog <25211966+lepelog@users.noreply.github.com>2021-12-11 23:39:53 +0100
committerGitHub <noreply@github.com>2021-12-11 23:39:53 +0100
commit202e3c51c091c9b77060711995ce329de00b39c4 (patch)
tree04cb66ec1a1f9e3da8cd2a119e3f196fb522fce0 /src/d/d_drawlist.cpp
parent6c681c985c4cd93716b268a1d8b674eea5e736f6 (diff)
J2DPane (#168)
* most of J2DPane * finish j2dpane * cleanup * use J2DBlendInfo
Diffstat (limited to 'src/d/d_drawlist.cpp')
-rw-r--r--src/d/d_drawlist.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp
index 441c99ea92..29b49913b4 100644
--- a/src/d/d_drawlist.cpp
+++ b/src/d/d_drawlist.cpp
@@ -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;
}