mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 23:21:41 -04:00
d35fb6db76
* attention * Header * These were meant to be public * fixup merge --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
14 lines
188 B
C++
14 lines
188 B
C++
#ifndef C_CLIB_H
|
|
#define C_CLIB_H
|
|
|
|
#include <common.h>
|
|
#include <m/m_vec.h>
|
|
|
|
namespace cLib {
|
|
|
|
s32 targetAngleY(const mVec3_c& target, const mVec3_c& source);
|
|
|
|
} // namespace cLib
|
|
|
|
#endif
|