diff options
Diffstat (limited to 'src/code/sys_math3d_draw.c')
| -rw-r--r-- | src/code/sys_math3d_draw.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/code/sys_math3d_draw.c b/src/code/sys_math3d_draw.c new file mode 100644 index 000000000..76651c825 --- /dev/null +++ b/src/code/sys_math3d_draw.c @@ -0,0 +1,7 @@ +#include "z64.h" + +void Math3D_DrawSphere(PlayState* play, Sphere16* sph) { +} + +void Math3D_DrawCylinder(PlayState* play, Cylinder16* cyl) { +} |
