diff options
Diffstat (limited to 'game/coins/CoinPool.h')
-rw-r--r-- | game/coins/CoinPool.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/game/coins/CoinPool.h b/game/coins/CoinPool.h index 83058f7..d94c352 100644 --- a/game/coins/CoinPool.h +++ b/game/coins/CoinPool.h @@ -1,7 +1,6 @@ #pragma once -#include "api/Scene.h" - +#include <crepe/api/Scene.h> class CoinPool { public: |