summaryrefslogtreecommitdiff
path: root/src/code/sys_math3d_draw.c
blob: 2b8776ec68338769b4a664135b9428f8211d7984 (plain)
1
2
3
4
5
6
7
8
#include "sys_math3d.h"
#include "play_state.h"

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

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