diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-22 22:13:30 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-22 22:13:30 -0800 |
| commit | 1218a8b691b3aa0246e4bed3e463cea4103d57d0 (patch) | |
| tree | 4b32e2cd85e6227ba7e13ec3f7ba2c08f78d3e7a /src/enemy/vaatiBall.c | |
| parent | a8f7b42ee20d23b80672cc16d3e0359cee786b91 (diff) | |
object6A ok
Diffstat (limited to 'src/enemy/vaatiBall.c')
| -rw-r--r-- | src/enemy/vaatiBall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/vaatiBall.c b/src/enemy/vaatiBall.c index f6a4356f..c060f5b9 100644 --- a/src/enemy/vaatiBall.c +++ b/src/enemy/vaatiBall.c @@ -2,7 +2,7 @@ #include "enemy.h" #include "player.h" #include "screen.h" -#include "createObject.h" +#include "object.h" #include "audio.h" #include "functions.h" |
