Removed rel_sqrt_consts.h completely

This commit is contained in:
dbalatoni13 2024-11-10 06:57:04 +01:00
parent 7cda6af48a
commit 200d51a1b2
47 changed files with 1178 additions and 1172 deletions

View file

@ -21,7 +21,6 @@
#include "game/sprite.h"
#include "ext_math.h"
#include "rel_sqrt_consts.h"
#undef ABS
#define ABS(x) ((0 > (x)) ? -(x) : (x))