summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_movement.h
blob: d53ab061377364b7b72c9222b7b2cb9c55dc9d00 (plain)
1
2
3
4
5
6
7
8
#ifndef GUARD_DUNGEON_AI_MOVEMENT_H
#define GUARD_DUNGEON_AI_MOVEMENT_H

#include "dungeon_entity.h"

void DecideAction(struct DungeonEntity *pokemon);

#endif