mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 02:54:24 +00:00
8 lines
172 B
C
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) {
|
|
}
|