SSBM Decomp
Loading...
Searching...
No Matches
inlines.h File Reference

Go to the source code of this file.

Macros

#define SKIP_CMD(cmd, n)
#define NEXT_CMD(cmd)

Macro Definition Documentation

◆ SKIP_CMD

#define SKIP_CMD ( cmd,
n )
Value:
do { \
int i; \
for (i = 0; i < (n); i++) { \
++(cmd)->u; \
} \
} while (0);
Todo
Is a macro the best way?

◆ NEXT_CMD

#define NEXT_CMD ( cmd)
Value:
do { \
++(cmd)->u; \
} while (0);