summaryrefslogtreecommitdiff
path: root/include/d/d_drawlist.h
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-26 10:55:53 -0700
committerGitHub <noreply@github.com>2022-12-26 10:55:53 -0700
commit8b0ee4d50bd650c308b35703873093220ac46f90 (patch)
treeafd1a82ec762ad38c31e85056bba2cd4d90d46d1 /include/d/d_drawlist.h
parent8516f01f79086c0efce77ab12f8dba23a62b3e54 (diff)
d_insect first pass (#219)
* dInsect_c::dInsect_c * dInsect_c::Insect_GetDemoMain attempt * dInsect_c::CalcZBuffer attempt * remove asm * convert clib inlines to template functions
Diffstat (limited to 'include/d/d_drawlist.h')
-rw-r--r--include/d/d_drawlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/d_drawlist.h b/include/d/d_drawlist.h
index 423383e051..c22a647f2b 100644
--- a/include/d/d_drawlist.h
+++ b/include/d/d_drawlist.h
@@ -326,6 +326,10 @@ public:
param_6);
}
+ void newPeekZdata(s16 param_0, s16 param_1, u32* param_2) {
+ mPeekZ.newData(param_0, param_1, param_2);
+ }
+
static void offWipe() { mWipe = 0; }
static f32 getWipeRate() { return mWipeRate; }