Skip to content

Commit

Permalink
d_lib work
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Jul 24, 2024
1 parent a904715 commit a45aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/d/d_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ bool dLib_checkActorInCircle(cXyz center, fopAc_ac_c* actor, f32 radius, f32 hal
*/
bool dLib_checkActorInFan(cXyz center, fopAc_ac_c* actor, s16 angleY, s16 fanSpreadAngle, f32 radius, f32 halfHeight);
u32 dLib_getIplDaysFromSaveTime();
void dLib_get_QuatFromTriangle(cXyz*, cXyz*, cXyz*);
Quaternion dLib_get_QuatFromTriangle(cXyz*, cXyz*, cXyz*);
void dLib_calc_QuatFromTriangle(Quaternion*, f32, cXyz*, cXyz*, cXyz*);

#endif /* D_LIB_H */

0 comments on commit a45aa90

Please sign in to comment.