mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-26 22:40:33 +00:00
10 lines
203 B
C
10 lines
203 B
C
#ifndef GUARD_CODE_8041AD0_H
|
|
#define GUARD_CODE_8041AD0_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
#include "structs/str_damage.h"
|
|
|
|
void sub_80420E8(Entity *pokemon, struct DamageStruct *dmgStruct);
|
|
|
|
#endif
|