sead
Loading...
Searching...
No Matches
seadHostIOCurve.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace sead { namespace hostio {
4
5extern f32 (*sCurveFunctionTbl_f32[cNumCurveType])(f32, const CurveDataInfo*, const f32*);
7extern Vector2<f32> (*sCurveFunctionTbl_Vec2f[cNumCurveType])(f32, const CurveDataInfo*, const f32*);
8extern Vector2<f64> (*sCurveFunctionTbl_Vec2d[cNumCurveType])(f32, const CurveDataInfo*, const f64*);
9
10template <>
11inline f32
16
17template <>
18inline Vector2f
23
24} } // namespace sead::hostio
Definition seadHeap.h:14
f64(* sCurveFunctionTbl_f64[cNumCurveType])(f32, const CurveDataInfo *, const f64 *)
Definition seadHostIOCurve.cpp:383
Definition seadAssert.h:44