summaryrefslogtreecommitdiff
path: root/src/object/swordParticle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/swordParticle.c')
-rw-r--r--src/object/swordParticle.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object/swordParticle.c b/src/object/swordParticle.c
index f86879a0..d5232947 100644
--- a/src/object/swordParticle.c
+++ b/src/object/swordParticle.c
@@ -4,9 +4,13 @@
*
* @brief Sword Particle object
*/
-#include "functions.h"
#include "item.h"
#include "object.h"
+#include "sound.h"
+#include "effects.h"
+#include "room.h"
+#include "physics.h"
+#include "player.h"
typedef struct {
/*0x00*/ Entity base;