summaryrefslogtreecommitdiff
path: root/src/code/sys_math3d_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/sys_math3d_draw.c')
-rw-r--r--src/code/sys_math3d_draw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/sys_math3d_draw.c b/src/code/sys_math3d_draw.c
index 76651c825..7781a79e2 100644
--- a/src/code/sys_math3d_draw.c
+++ b/src/code/sys_math3d_draw.c
@@ -1,4 +1,5 @@
-#include "z64.h"
+#include "sys_math3d.h"
+#include "z64play.h"
void Math3D_DrawSphere(PlayState* play, Sphere16* sph) {
}