mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-30 14:15:12 -05:00
10 lines
189 B
C
10 lines
189 B
C
#ifndef POKEPLATINUM_STRUCT_0207CDEC_H
|
|
#define POKEPLATINUM_STRUCT_0207CDEC_H
|
|
|
|
typedef struct BagItem {
|
|
u16 item;
|
|
u16 quantity;
|
|
} BagItem;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207CDEC_H
|