summaryrefslogtreecommitdiff
path: root/src/object/thunderbolt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/thunderbolt.c')
-rw-r--r--src/object/thunderbolt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object/thunderbolt.c b/src/object/thunderbolt.c
index 543c08c4..d79159cc 100644
--- a/src/object/thunderbolt.c
+++ b/src/object/thunderbolt.c
@@ -4,8 +4,12 @@
*
* @brief Thunderbolt object
*/
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "script.h"
+#include "sound.h"
+#include "physics.h"
+#include "player.h"
typedef struct {
/*0x00*/ Entity base;