mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
19 lines
221 B
C
19 lines
221 B
C
#ifndef SYS_MATH3D_H
|
|
#define SYS_MATH3D_H
|
|
|
|
#include "types.h"
|
|
#include "m_lib.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern f32 Math3DVecLength(xyz_t* vec);
|
|
|
|
extern xyz_t ZeroVec;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
|
|
#endif
|
|
#endif |