summaryrefslogtreecommitdiff
path: root/src/object/thunderbolt.c
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2025-03-05 17:09:01 +0000
committerHenny022p <info@henny022.de>2025-03-09 18:58:01 +0000
commit3b9b1a388beba1d8293bea15352775a6139d3d52 (patch)
tree5c858381f0fe8880b162f1688192d0255c2e589e /src/object/thunderbolt.c
parentd602b93c8d5a81d9d92425d16dd45a36f6450878 (diff)
cleanup headers
Diffstat (limited to 'src/object/thunderbolt.c')
-rw-r--r--src/object/thunderbolt.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/object/thunderbolt.c b/src/object/thunderbolt.c
index 543c08c4..312b1306 100644
--- a/src/object/thunderbolt.c
+++ b/src/object/thunderbolt.c
@@ -4,8 +4,11 @@
*
* @brief Thunderbolt object
*/
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "sound.h"
+#include "physics.h"
+#include "player.h"
typedef struct {
/*0x00*/ Entity base;