Sync berry crush from Emerald
This commit is contained in:
@@ -19,9 +19,6 @@
|
||||
#undef abs
|
||||
#define abs(a) ((a) < 0 ? -(a) : (a))
|
||||
|
||||
#define Q_24_8(n) ((s32)((n) * 256))
|
||||
#define Q_24_8_TO_INT(n) ((int)((n) >> 8))
|
||||
|
||||
struct TestingBar
|
||||
{
|
||||
s32 maxValue;
|
||||
|
||||
Reference in New Issue
Block a user