mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
kankyo_rain / obj_life_container mostly done, obj_glowsphere done (#2266)
* obj_life_container mostly done * obj_glowSphere done * kankyo_rain mostly done * some cleanup * more kankyo_rain cleanup
This commit is contained in:
@@ -69,6 +69,9 @@ struct cAngle {
|
||||
/* Converts Degree value to s16 angle */
|
||||
static s16 d2s(f32 d) { return Degree_to_SAngle(d); }
|
||||
|
||||
/* Converts s16 angle to Degree value */
|
||||
static f32 s2d(s16 a) { return SAngle_to_Degree(a); }
|
||||
|
||||
template <typename T>
|
||||
static T Adjust(T f1, T f2, T f3);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user