aboutsummaryrefslogtreecommitdiff
path: root/game/menus/ButtonNextMainMenuScript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/ButtonNextMainMenuScript.cpp')
-rw-r--r--game/menus/ButtonNextMainMenuScript.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/game/menus/ButtonNextMainMenuScript.cpp b/game/menus/ButtonNextMainMenuScript.cpp
index d7f48e2..7ebb2cf 100644
--- a/game/menus/ButtonNextMainMenuScript.cpp
+++ b/game/menus/ButtonNextMainMenuScript.cpp
@@ -1,11 +1,14 @@
#include "ButtonNextMainMenuScript.h"
#include "MenusConfig.h"
#include "ValueBroker.h"
-#include "api/AudioSource.h"
+
#include "manager/SaveManager.h"
-#include "types.h"
+
#include "../Config.h"
+#include <crepe/api/AudioSource.h>
+#include <crepe/types.h>
+
using namespace crepe;
using namespace std;