Attention (#35)

* attention

* Header

* These were meant to be public

* fixup merge

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
This commit is contained in:
robojumper
2024-09-28 02:01:18 +02:00
committed by GitHub
parent 3829ee6d48
commit d35fb6db76
12 changed files with 934 additions and 87 deletions
+13
View File
@@ -0,0 +1,13 @@
#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