Add ability to increase the amount of graph node flags

This commit is contained in:
Arceveti
2021-09-22 16:58:21 -07:00
parent 49571ff93b
commit e7fb56dc50
16 changed files with 71 additions and 75 deletions

View File

@@ -6,9 +6,6 @@
#include "types.h"
#define BIT(i) (1 << (i))
#define BITMASK(size) ((BIT(size)) - 1)
/*
* The sine and cosine tables overlap, but "#define gCosineTable (gSineTable +
* 0x400)" doesn't give expected codegen; gSineTable and gCosineTable need to