From 7e12ebdf945d40d6f11872cf5852c9bb54d1864f Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 22 Dec 2024 16:12:31 +0100 Subject: big WIP --- game/prefab/ZapperObject.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 game/prefab/ZapperObject.h (limited to 'game/prefab/ZapperObject.h') diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h new file mode 100644 index 0000000..1f32cd7 --- /dev/null +++ b/game/prefab/ZapperObject.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +class ZapperObject : public crepe::GameObject { + // afsd +}; -- cgit v1.2.3