Move abs to stdlib.h

This commit is contained in:
gamemasterplc 2024-04-13 19:32:50 -05:00
parent 618874af71
commit 0ccc55e70f
8 changed files with 13 additions and 11 deletions

View file

@ -9,6 +9,7 @@
#include "game/objsub.h"
#include "game/gamework_data.h"
#include "math.h"
#include "stdlib.h"
typedef struct bit_copy {
struct {