1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 02:54:24 +00:00
oot/src/code/sys_math3d_draw.c
2025-04-28 11:02:32 -04:00

8 lines
172 B
C

#include "sys_math3d.h"
#include "play_state.h"
void Math3D_DrawSphere(PlayState* play, Sphere16* sph) {
}
void Math3D_DrawCylinder(PlayState* play, Cylinder16* cyl) {
}