aboutsummaryrefslogtreecommitdiff
path: root/game/prefab/ZapperObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r--game/prefab/ZapperObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h
index c43af67..9f4e4a1 100644
--- a/game/prefab/ZapperObject.h
+++ b/game/prefab/ZapperObject.h
@@ -34,4 +34,5 @@ private:
public:
void place(const crepe::vec2 & position, float rotation, float length);
+ void set_active(bool active);
};