From 067aa2536f9f43d07e22696c618258a26ae928b3 Mon Sep 17 00:00:00 2001 From: max-001 Date: Thu, 19 Dec 2024 11:09:26 +0100 Subject: Moved PlayerScript to seperate file --- src/example/PlayerScript.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/example/PlayerScript.h (limited to 'src/example/PlayerScript.h') diff --git a/src/example/PlayerScript.h b/src/example/PlayerScript.h new file mode 100644 index 0000000..254dd41 --- /dev/null +++ b/src/example/PlayerScript.h @@ -0,0 +1,8 @@ +#pragma once + +#include + +class PlayerScript : public crepe::Script { +public: + void update(); +}; -- cgit v1.2.3