summaryrefslogtreecommitdiff
path: root/src/code/sys_math3d_draw.c
blob: 76651c825e77ba4d491b969b41d99ae98854da1b (plain)
1
2
3
4
5
6
7
#include "z64.h"

void Math3D_DrawSphere(PlayState* play, Sphere16* sph) {
}

void Math3D_DrawCylinder(PlayState* play, Cylinder16* cyl) {
}