Files
ss/include/c/c_lib.h
T
robojumper d35fb6db76 Attention (#35)
* attention

* Header

* These were meant to be public

* fixup merge

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2024-09-27 20:01:18 -04:00

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