mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
9 lines
181 B
C
9 lines
181 B
C
#ifndef GUARD_DROUGHT_ORB_H
|
|
#define GUARD_DROUGHT_ORB_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void HandleDroughtOrb(Entity *pokemon, Entity *target);
|
|
|
|
#endif // GUARD_DROUGHT_ORB_H
|