diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-06 11:58:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-06 11:58:27 +0100 |
commit | 7126db6e1d97b7ede4cc929abfdeadd360e4cb74 (patch) | |
tree | b93d87321025b3730ef5534033a3a790abf41138 /game/prefab/ZapperScript.h | |
parent | d4f443070017c5c2e6a938bf4d0a86b70ae6beaa (diff) |
WIP
Diffstat (limited to 'game/prefab/ZapperScript.h')
-rw-r--r-- | game/prefab/ZapperScript.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/game/prefab/ZapperScript.h b/game/prefab/ZapperScript.h deleted file mode 100644 index b090c8d..0000000 --- a/game/prefab/ZapperScript.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include <crepe/api/Script.h> - -#include "ZapperObject.h" - -class ZapperScript : public crepe::Script { -public: - ZapperScript(const ZapperObject & zapper); - -protected: - void init(); - void frame_update(crepe::duration_t delta_time); - -protected: - ZapperObject zapper; -}; |