summaryrefslogtreecommitdiff
path: root/src/object/mineralWaterSource.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/mineralWaterSource.c')
-rw-r--r--src/object/mineralWaterSource.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/mineralWaterSource.c b/src/object/mineralWaterSource.c
index 3692821b..dd602e0d 100644
--- a/src/object/mineralWaterSource.c
+++ b/src/object/mineralWaterSource.c
@@ -5,6 +5,8 @@
* @brief Mineral Water Source object
*/
#include "object.h"
+#include "asm.h"
+#include "physics.h"
void MineralWaterSource_Init(Entity*);
void MineralWaterSource_Action1(Entity*);