diff options
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r-- | game/prefab/ZapperObject.h | 1 |
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); }; |