diff options
Diffstat (limited to 'game/prefab/PlayerScript.h')
-rw-r--r-- | game/prefab/PlayerScript.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/game/prefab/PlayerScript.h b/game/prefab/PlayerScript.h deleted file mode 100644 index cc0f0aa..0000000 --- a/game/prefab/PlayerScript.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include <crepe/api/Script.h> - -#include "PlayerObject.h" - -class PlayerScript : public crepe::Script { -public: - PlayerScript(const PlayerObject & player); - -protected: - void fixed_update(crepe::duration_t dt); - -protected: - PlayerObject player; -}; |