mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Comment for clarification
This commit is contained in:
parent
15dc57c4ba
commit
d337d96ffd
1 changed files with 5 additions and 0 deletions
|
|
@ -197,6 +197,11 @@ typedef enum
|
|||
NUMPOWERS
|
||||
} powertype_t;
|
||||
|
||||
/*
|
||||
To use: #define X( name, number )
|
||||
Do with it whatever you want.
|
||||
Run this macro, then #undef X afterward
|
||||
*/
|
||||
#define KART_ITEM_ITERATOR \
|
||||
X (SAD, -1),\
|
||||
X (NONE, 0),\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue