mirror of
https://github.com/zeldaret/oot.git
synced 2025-01-15 21:07:15 +00:00
8 lines
141 B
C
8 lines
141 B
C
|
#include "z64.h"
|
||
|
|
||
|
void Math3D_DrawSphere(PlayState* play, Sphere16* sph) {
|
||
|
}
|
||
|
|
||
|
void Math3D_DrawCylinder(PlayState* play, Cylinder16* cyl) {
|
||
|
}
|