mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
28 lines
1.2 KiB
C
28 lines
1.2 KiB
C
#ifndef POKEPLATINUM_GTS_NETWORKING_H
|
|
#define POKEPLATINUM_GTS_NETWORKING_H
|
|
|
|
#include "overlay094/gts_application_state.h"
|
|
#include "overlay094/struct_ov94_0223BA24.h"
|
|
#include "overlay096/struct_world_exchange_trainer.h"
|
|
#include "overlay096/struct_world_exchange_trainer_error.h"
|
|
|
|
void ov94_0223B140(s32 param0, u64 param1);
|
|
void GTSNetworking_ProcessCurrentRequest(void);
|
|
void ov94_0223B7AC(void);
|
|
BOOL GTSNetworking_RequestComplete(void);
|
|
s32 GTSNetworking_GetErrorCode(void);
|
|
void GTSNetworking_Post(const GTSPokemonListing *param0);
|
|
void ov94_0223B834(void);
|
|
void GTSNetworking_GetListedPokemon(GTSPokemonListing *param0);
|
|
void GTSNetworking_GetListingStatus(GTSPokemonListing *param0);
|
|
void GTSNetworking_Delete(void);
|
|
void GTSNetworking_Return(void);
|
|
void GTSNetworking_Search(const GTSPokemonRequirements *param0, s32 param1, GTSPokemonListing *param2);
|
|
void ov94_0223BA24(const UnkStruct_ov94_0223BA24 *param0, GTSPokemonListing *param1);
|
|
void ov94_0223BA88(s32 param0, const GTSPokemonListing *param1, GTSPokemonListing *param2);
|
|
void ov94_0223BAEC(void);
|
|
void GTSNetworking_InitConnection(void);
|
|
void GTSNetworking_SetProfile(const WorldExchangeTrainer *param0, WorldExchangeTrainerError *param1);
|
|
|
|
#endif // POKEPLATINUM_GTS_NETWORKING_H
|