remove targeting.h

This commit is contained in:
DizzyEggg
2025-03-16 18:05:23 +01:00
parent c7f5f4cb63
commit 62df080a74

View File

@@ -1,8 +0,0 @@
#ifndef GUARD_TARGETING_H
#define GUARD_TARGETING_H
#include "structs/dungeon_entity.h"
void TargetTileInFront(Entity *pokemon);
#endif