mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
17 lines
321 B
C
17 lines
321 B
C
#ifndef PMDSKY_MAIN_0205BBFC_H
|
|
#define PMDSKY_MAIN_0205BBFC_H
|
|
|
|
#include "common.h"
|
|
|
|
struct unkStruct_0205BC94 {
|
|
u16 unk0;
|
|
u16 unk2;
|
|
u16 unk4;
|
|
};
|
|
|
|
void sub_0205BBFC(struct ground_monster *dest);
|
|
void sub_0205BC30(u32 a, u32 b);
|
|
void sub_0205BC94(struct unkStruct_0205BC94 *p);
|
|
|
|
#endif //PMDSKY_MAIN_0205BBFC_H
|