aboutsummaryrefslogtreecommitdiff
path: root/game/QuitScript.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2025-01-10 14:43:07 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2025-01-10 14:43:07 +0100
commit938b6a7bb62459e8308320280d15ccaf1b8af0ac (patch)
treeb7d6ae529a2df663c31c9e69f44a5c824b0c840a /game/QuitScript.h
parent52c838538d2271134a2c5a128074ea9c2ed1d4a3 (diff)
adjsuted includes so that it has <> and not
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);