aboutsummaryrefslogtreecommitdiff
path: root/game/coins/CoinPool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/coins/CoinPool.cpp')
-rw-r--r--game/coins/CoinPool.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/coins/CoinPool.cpp b/game/coins/CoinPool.cpp
index 5720c2f..59b987c 100644
--- a/game/coins/CoinPool.cpp
+++ b/game/coins/CoinPool.cpp
@@ -1,5 +1,8 @@
#include "CoinPool.h"
+#include "CoinScript.h"
#include "CoinSubScene.h"
+#include "api/BehaviorScript.h"
+#include "api/GameObject.h"
using namespace crepe;
using namespace std;