Root includes

This commit is contained in:
InfiniteCoder
2024-08-04 10:24:11 +03:00
parent eeb9ba77fb
commit d5dc68dd38
132 changed files with 164 additions and 164 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef MATHS_FASTMATHS_HPP_
#define MATHS_FASTMATHS_HPP_
#include "../typedefs.hpp"
#include <typedefs.hpp>
class FastRandom {
uint seed;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef VOXNATHS_HPP_
#define VOXNATHS_HPP_
#include "../typedefs.hpp"
#include <typedefs.hpp>
inline int floordiv(int a, int b) {
if (a < 0 && a % b) {