summaryrefslogtreecommitdiff
path: root/include/egg/gfx/eggDrawGX.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/egg/gfx/eggDrawGX.h')
-rw-r--r--include/egg/gfx/eggDrawGX.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/egg/gfx/eggDrawGX.h b/include/egg/gfx/eggDrawGX.h
index 33d5e37a..e7e944af 100644
--- a/include/egg/gfx/eggDrawGX.h
+++ b/include/egg/gfx/eggDrawGX.h
@@ -156,6 +156,9 @@ public:
static void DrawDL16(const nw4r::math::MTX34 &mtx, GXColor clr) {
DrawDL(DL_16, mtx, clr);
}
+ static void DrawDL17(const nw4r::math::MTX34 &mtx, GXColor clr) {
+ DrawDL(DL_17, mtx, clr);
+ }
// TODO MORE
static void SetTevColor(GXTevRegID regId, GXColor tevClr, GXTevKColorID colorId, GXColor tevkClr) {