mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-21 06:27:27 -05:00
9 lines
184 B
C
9 lines
184 B
C
#ifndef GUARD_ONE_ROOM_ORB_H
|
|
#define GUARD_ONE_ROOM_ORB_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void HandleOneRoomOrb(Entity *pokemon, Entity *target);
|
|
|
|
#endif // GUARD_ONE_ROOM_ORB_H
|