diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-30 00:52:53 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-30 00:52:53 -0700 |
| commit | a633efd88ca533b8d601eb9a673c5eb7e68dd19d (patch) | |
| tree | 9bc7eb383d88bb2023a6fd69c982915931a33d30 /src/enemy/peahat.c | |
| parent | 65b80571b230d08426e6329dc7eb4348ca5012d1 (diff) | |
sort out most of functions.h
Diffstat (limited to 'src/enemy/peahat.c')
| -rw-r--r-- | src/enemy/peahat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/enemy/peahat.c b/src/enemy/peahat.c index 9b2c8787..2af3a5ff 100644 --- a/src/enemy/peahat.c +++ b/src/enemy/peahat.c @@ -6,7 +6,8 @@ */ #include "enemy.h" -#include "functions.h" +#include "room.h" +#include "physics.h" extern void (*const Peahat_Functions[])(Entity*); extern void (*const gPeahatPropellerFunctions[])(Entity*); |
