misc cleanup

This commit is contained in:
Wolf3s
2023-06-04 09:36:57 -03:00
parent e63ae14792
commit 699e5f0ff5
5 changed files with 12 additions and 12 deletions
-3
View File
@@ -36,9 +36,6 @@ class Math {
static int randomi(const int& min, const int& max);
static bool equalf(const float& a, const float& b,
const float& epsilon = 0.00001F);
private:
Math();
};
} // namespace Tyra