mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
10 lines
299 B
C
10 lines
299 B
C
#ifndef POKEPLATINUM_STRUCT_WORLD_EXCHANGE_TRAINER_ERROR_H
|
|
#define POKEPLATINUM_STRUCT_WORLD_EXCHANGE_TRAINER_ERROR_H
|
|
|
|
typedef struct WorldExchangeTrainerError {
|
|
u32 validationError;
|
|
u32 systemError;
|
|
} WorldExchangeTrainerError;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_WORLD_EXCHANGE_TRAINER_ERROR_H
|