aboutsummaryrefslogtreecommitdiff
path: root/Source/Gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Gfx.c')
-rw-r--r--Source/Gfx.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Gfx.c b/Source/Gfx.c
index 8f08ad5..8f131e3 100644
--- a/Source/Gfx.c
+++ b/Source/Gfx.c
@@ -601,6 +601,11 @@ TYPE_CARTESIAN_POS GfxIsometricToCartesian(TYPE_ISOMETRIC_POS * ptrIsoPos)
return retCartPos;
}
+void GfxDrawScene_NoSwap(void)
+{
+ GsDrawList();
+}
+
TYPE_CARTESIAN_POS GfxIsometricFix16ToCartesian(TYPE_ISOMETRIC_FIX16_POS * ptrIso16Pos)
{
TYPE_ISOMETRIC_POS IsoPos;