summaryrefslogtreecommitdiff
path: root/src/object/lilypadSmall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/lilypadSmall.c')
-rw-r--r--src/object/lilypadSmall.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/lilypadSmall.c b/src/object/lilypadSmall.c
index 2d92e4f0..12696e21 100644
--- a/src/object/lilypadSmall.c
+++ b/src/object/lilypadSmall.c
@@ -4,8 +4,10 @@
*
* @brief Lilypad Small object
*/
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "room.h"
+#include "player.h"
typedef struct {
/*0x00*/ Entity base;