summaryrefslogtreecommitdiff
path: root/src/d/d_drawlist.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2022-10-03 15:26:26 -0700
committerGitHub <noreply@github.com>2022-10-03 18:26:26 -0400
commit4913395dbd1a33d794028ceb82579b4baffe954d (patch)
treefde72809184e4365eae205b26b14d5fee5698dcd /src/d/d_drawlist.cpp
parent03094905214e54b97414be8e6049abe491f3ff16 (diff)
d_camera / m_Do_ext / d_particle + minor various wip (#210)
Diffstat (limited to 'src/d/d_drawlist.cpp')
-rw-r--r--src/d/d_drawlist.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp
index 0513dd6d3d..b7623f1ee9 100644
--- a/src/d/d_drawlist.cpp
+++ b/src/d/d_drawlist.cpp
@@ -18,11 +18,6 @@
// Types:
//
-struct dDlst_effectLine_c {
- /* 80053E9C */ void draw();
- /* 800541F4 */ void update(cXyz&, _GXColor&, u16, u16, u16, u16, f32, f32, f32, f32);
-};
-
struct dDlst_blo_c {
/* 80053B64 */ void draw();
};
@@ -2259,7 +2254,8 @@ SECTION_SDATA2 static f32 lit_4876 = 32767.0f;
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm void dDlst_effectLine_c::draw() {
+// asm void dDlst_effectLine_c::draw() {
+extern "C" asm void draw__18dDlst_effectLine_cFv() {
nofralloc
#include "asm/d/d_drawlist/draw__18dDlst_effectLine_cFv.s"
}