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 f44f512..b65644c 100644
--- a/GPU2D.h
+++ b/GPU2D.h
@@ -54,6 +54,7 @@ private:
void InterleaveSprites(u32* buf, u32 prio, u16* dst);
void DrawSprites(u32 line, u32* dst);
+ void DrawSprite_Rotscale(u16* attrib, u16* rotparams, u32 boundwidth, u32 boundheight, u32 width, u32 height, s32 xpos, u32 ypos, u32* dst);
void DrawSprite_Normal(u16* attrib, u32 width, s32 xpos, u32 ypos, u32* dst);
};