aboutsummaryrefslogtreecommitdiff
path: root/game/QuitScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/QuitScript.h')
-rw-r--r--game/QuitScript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/QuitScript.h b/game/QuitScript.h
index c295183..af78ccf 100644
--- a/game/QuitScript.h
+++ b/game/QuitScript.h
@@ -1,7 +1,8 @@
#pragma once
-#include "api/Script.h"
+#include <crepe/api/Script.h>
+
class QuitScript : public crepe::Script {
private:
bool on_event(const crepe::KeyPressEvent & ev);