From 938b6a7bb62459e8308320280d15ccaf1b8af0ac Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Fri, 10 Jan 2025 14:43:07 +0100 Subject: adjsuted includes so that it has <> and not --- game/QuitScript.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/QuitScript.h') 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 + class QuitScript : public crepe::Script { private: bool on_event(const crepe::KeyPressEvent & ev); -- cgit v1.2.3