mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-02 16:48:05 -04:00
Implement & link ac_quest_manager.c
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ extern "C" {
|
||||
#define SQ(x) ((x)*(x))
|
||||
#define CLAMP_MAX(x, min) ((min) < (x) ? (min) : (x))
|
||||
|
||||
/* Percent of 360 deg */
|
||||
/* Float modulo operator */
|
||||
#define MOD_F(a, m) (a - (int)((a) * (1.0f / (m))) * (m))
|
||||
|
||||
/* radians -> short angle */
|
||||
|
||||
Reference in New Issue
Block a user