diff options
Diffstat (limited to 'src/object/pressurePlate.c')
| -rw-r--r-- | src/object/pressurePlate.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/object/pressurePlate.c b/src/object/pressurePlate.c index df373091..68c17a1d 100644 --- a/src/object/pressurePlate.c +++ b/src/object/pressurePlate.c @@ -5,9 +5,12 @@ * @brief Pressure Plate object */ #include "collision.h" -#include "functions.h" #include "hitbox.h" #include "object.h" +#include "sound.h" +#include "flags.h" +#include "room.h" +#include "player.h" typedef struct { Entity base; |
