mirror of
https://github.com/zeldaret/ss
synced 2026-05-25 23:35:13 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
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
|