diff options
author | Max-001 <maxsmits21@kpnmail.nl> | 2024-12-24 09:45:44 +0100 |
---|---|---|
committer | Max-001 <maxsmits21@kpnmail.nl> | 2024-12-24 09:45:44 +0100 |
commit | d15de7503f2f7320e23863a11e97fcd401bc2eeb (patch) | |
tree | 08f318d3a36dedd9851be43e7aae22a8b2f603a9 /game/PlayerScript.h | |
parent | 61148c757a1f742ff09e40e5347e74e638c7371c (diff) |
Moved Player files to seperate folder
Diffstat (limited to 'game/PlayerScript.h')
-rw-r--r-- | game/PlayerScript.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/game/PlayerScript.h b/game/PlayerScript.h deleted file mode 100644 index 84c4f7f..0000000 --- a/game/PlayerScript.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -#include <crepe/api/Script.h> - -class PlayerScript : public crepe::Script { -public: - void fixed_update(crepe::duration_t dt); -}; |