You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Add ability to increase the amount of graph node flags
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
#include "macros.h"
|
||||
#include "config.h"
|
||||
|
||||
#define BIT(i) (1 << (i))
|
||||
#define BITMASK(size) ((BIT(size)) - 1)
|
||||
|
||||
struct Config
|
||||
{
|
||||
f32 audioFrequency;
|
||||
|
||||
Reference in New Issue
Block a user