mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
Some checks are pending
build / build (push) Waiting to run
Signed-off-by: Kuruyia <github@kuruyia.net>
20 lines
686 B
C
20 lines
686 B
C
#ifndef POKEPLATINUM_OV5_021F17B8_H
|
|
#define POKEPLATINUM_OV5_021F17B8_H
|
|
|
|
#include <nitro/fx/fx.h>
|
|
|
|
#include "struct_decls/struct_020216E0_decl.h"
|
|
#include "struct_decls/struct_02061AB4_decl.h"
|
|
|
|
#include "overlay005/struct_ov5_021DF47C_decl.h"
|
|
#include "overlay005/struct_ov5_021DF84C.h"
|
|
|
|
#include "overworld_anim_manager.h"
|
|
|
|
void *ov5_021F17B8(UnkStruct_ov5_021DF47C *param0);
|
|
void ov5_021F17D4(void *param0);
|
|
void ov5_021F1800(MapObject *param0, int param1);
|
|
OverworldAnimManager *ov5_021F1BA4(UnkStruct_ov5_021DF47C *param0, const UnkStruct_ov5_021DF84C *param1, const UnkStruct_020216E0 *param2, const VecFx32 *param3, int param4, int param5);
|
|
|
|
#endif // POKEPLATINUM_OV5_021F17B8_H
|