pmd-red/include/expose_trap.h
2025-08-28 14:44:57 +02:00

10 lines
191 B
C

#ifndef GUARD_EXPOSE_TRAP_H
#define GUARD_EXPOSE_TRAP_H
#include "structs/dungeon_entity.h"
void sub_807D3CC(Entity *param_1);
bool8 ExposeTrap(s32 x,s32 y);
#endif // GUARD_EXPOSE_TRAP_H