From 6570bf598a3b3768fe34827529df5ea0b4b26f0e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 20 Dec 2024 12:52:15 +0100 Subject: move game files --- src/example/PlayerScript.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/example/PlayerScript.h (limited to 'src/example/PlayerScript.h') diff --git a/src/example/PlayerScript.h b/src/example/PlayerScript.h deleted file mode 100644 index 84c4f7f..0000000 --- a/src/example/PlayerScript.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -#include - -class PlayerScript : public crepe::Script { -public: - void fixed_update(crepe::duration_t dt); -}; -- cgit v1.2.3