mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-05 00:59:18 -04:00
Implement & link ac_sample.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user