mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user