aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.h')
-rw-r--r--GPU2D.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GPU2D.h b/GPU2D.h
index 3f767ea..ced8879 100644
--- a/GPU2D.h
+++ b/GPU2D.h
@@ -59,6 +59,7 @@ private:
template<u32 bgmode> void DrawScanlineBGMode(u32 line, u32* spritebuf, u16* dst);
void DrawScanline_Mode1(u32 line, u16* dst);
+ void DrawBG_3D(u32 line, u16* dst);
void DrawBG_Text(u32 line, u16* dst, u32 num);
void DrawBG_Extended(u32 line, u16* dst, u32 bgnum);