aboutsummaryrefslogtreecommitdiff
path: root/game/prefab/ZapperPoolScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/prefab/ZapperPoolScript.h')
-rw-r--r--game/prefab/ZapperPoolScript.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/prefab/ZapperPoolScript.h b/game/prefab/ZapperPoolScript.h
index b545fbb..7c4701c 100644
--- a/game/prefab/ZapperPoolScript.h
+++ b/game/prefab/ZapperPoolScript.h
@@ -9,6 +9,9 @@ public:
ZapperPoolScript(ZapperPoolSubScene & pool);
void init();
+ void fixed_update(crepe::duration_t);
+
+ unsigned i = 0;
private:
ZapperPoolSubScene & pool;