NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
c_lib.hpp
Go to the documentation of this file.
1#pragma once
2#include <types.h>
3#include <game/mLib/m_vec.hpp>
4/// @file
5
6/// @brief C Math library.
7/// @ingroup clib
8namespace cLib {
9
10 s16 targetAngleY(const mVec3_c &vec1, const mVec3_c &vec2);
11
12} // namespace cLib
A three-dimensional floating point vector.
Definition m_vec.hpp:100
C Math library.
Definition c_lib.hpp:8