mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
10 lines
191 B
C
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
|