mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-27 03:18:13 -05:00
StatIndex typedefed
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#define STAT_INDEX_EVASION STAT_INDEX_SPECIAL
|
||||
|
||||
// Needed to match in Blue/Sky. I wonder what was the reason for making it a struct as opposed to a simple int...
|
||||
struct StatIndex
|
||||
typedef struct StatIndex
|
||||
{
|
||||
int id;
|
||||
};
|
||||
} StatIndex;
|
||||
|
||||
#endif // GUARD_STR_STAT_INDEX_X
|
||||
|
||||
Reference in New Issue
Block a user