aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/ReplaySystem.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-12 19:02:40 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-12 19:02:40 +0100
commit45f1f18c78e73280a8a861df2db6237bae6f6d80 (patch)
tree78468b25ea85b3582fc4eab296142efd6a0dd92f /src/crepe/system/ReplaySystem.h
parentf34daa492c30a0d28b747817a9f2d6fb0186cf80 (diff)
add script api for replaymanager
Diffstat (limited to 'src/crepe/system/ReplaySystem.h')
-rw-r--r--src/crepe/system/ReplaySystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/system/ReplaySystem.h b/src/crepe/system/ReplaySystem.h
index 6f6fce4..919c554 100644
--- a/src/crepe/system/ReplaySystem.h
+++ b/src/crepe/system/ReplaySystem.h
@@ -15,8 +15,6 @@ public:
private:
ReplayManager::State last_state = ReplayManager::IDLE;
- void update_recording();
- void update_playing();
struct Snapshot {
ComponentManager::Snapshot components;