Implement & link ac_sample.c

This commit is contained in:
Cuyler36
2023-06-22 13:19:42 -04:00
parent 70f8954c41
commit e208087de0
14 changed files with 383 additions and 14 deletions
+7
View File
@@ -8,6 +8,13 @@
extern "C" {
#endif
typedef struct math_3d_pipe_s {
s16 radius;
s16 height;
s16 offset;
s_xyz center;
} Math3D_pipe_c;
extern f32 Math3DVecLength(xyz_t* vec);
extern xyz_t ZeroVec;