Partially matched board/item
This commit is contained in:
parent
a40e6bce2f
commit
5bbdcd3eca
12 changed files with 1960 additions and 33 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include "math.h"
|
||||
#include "string.h"
|
||||
|
||||
#define ABS(x) ((x < 0) ? -x : x)
|
||||
#define ABS(x) (((x) < 0) ? -(x) : (x))
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ ModelData *unk00;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue