sead
Loading...
Searching...
No Matches
seadMathCalcCommonCafe.h
Go to the documentation of this file.
1#ifndef SEAD_MATHCALCCOMMONCAFE_H_
2#define SEAD_MATHCALCCOMMONCAFE_H_
3
4#include <basis/seadTypes.h>
5
6namespace sead {
7
8template <typename T>
9class MathCafe
10{
11public:
12 static T rsqrt(T x);
13};
14
15} // namespace sead
16
17#ifdef __cplusplus
18
19#include <math/cafe/seadMathCalcCommonCafe.hpp>
20
21#endif // __cplusplus
22
23#endif // SEAD_MATHCALCCOMMONCAFE_H_
Definition seadAssert.h:44