mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-27 18:55:32 -05:00
14 lines
418 B
C
14 lines
418 B
C
#ifndef POKEPLATINUM_UNK_020EDBAC_H
|
|
#define POKEPLATINUM_UNK_020EDBAC_H
|
|
|
|
#include "generated/movement_actions.h"
|
|
|
|
#include "struct_decls/map_object.h"
|
|
#include "struct_defs/struct_020EDF0C.h"
|
|
|
|
extern int (*const *const gMovementActionFuncs[MAX_MOVEMENT_ACTION])(MapObject *);
|
|
extern const UnkStruct_020EDF0C *const Unk_020EE3A8[];
|
|
extern const int *const gMovementActionCodes[];
|
|
|
|
#endif // POKEPLATINUM_UNK_020EDBAC_H
|