mirror of
https://github.com/zeldaret/oot
synced 2026-05-24 07:11:01 -04:00
8d83727429
* split sys_math, sys_math3d, z_lib from global.h * suggestions * forgot this * more math stuff * nit fix * re-add ichain.h * resolve tharo's comments
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) {
|
|
}
|