Add math utilities
This commit is contained in:
9
include/math_utils.h
Normal file
9
include/math_utils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef MATH_UTILS_H
|
||||
#define MATH_UTILS_H
|
||||
|
||||
#include "aliases/aliases.h"
|
||||
|
||||
i32 min(i32 a, i32 b);
|
||||
i32 max(i32 a, i32 b);
|
||||
|
||||
#endif // !MATH_UTILS_H
|
Reference in New Issue
Block a user