add positive_mod() utility function.
This commit is contained in:
@@ -222,6 +222,7 @@ MINLINE int power_of_2_max_i(int n);
|
||||
MINLINE int power_of_2_min_i(int n);
|
||||
|
||||
MINLINE int divide_round_i(int a, int b);
|
||||
MINLINE int positive_mod(int i, int n);
|
||||
|
||||
MINLINE float shell_angle_to_dist(const float angle);
|
||||
|
||||
|
Reference in New Issue
Block a user