diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:37:52 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:37:52 +0100 |
| commit | d46548ab15699f7ae91227625302553e79a126bc (patch) | |
| tree | e5b05fc99dca66512cf76cce30bf905e2213de8b /game/PlayerScript.h | |
| parent | c817f6ff091de9869c803868c50a9ea884ead376 (diff) | |
| parent | 77d02bf2e2d5d04e8cacb3c783446541517e8e76 (diff) | |
merge master
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); -}; |