From 01740619f141b627df81f71e2c76c8f01a4caa45 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Thu, 8 Sep 2022 14:24:36 +0200 Subject: [PATCH] Code Review with Benny --- src/steam/cmd.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/steam/cmd.hpp b/src/steam/cmd.hpp index 85c132a65..7516428d8 100644 --- a/src/steam/cmd.hpp +++ b/src/steam/cmd.hpp @@ -58,28 +58,28 @@ namespace cmd { //using std::shared_ptr; - /* ========= global actions ========= */ + /* ========= commands for global actions ========= */ extern CommandSetup session_saveSnapshot; extern CommandSetup session_newSequence; - /* ========= sequence actions ======= */ + /* ========= commands for sequence actions ======= */ extern CommandSetup sequence_newTrack; - /* ========= actions in local scope ======= */ + /* ========= commands for actions in local scope ======= */ extern CommandSetup scope_moveRelocateClip; - /* ========= meta actions ======= */ + /* ========= commands for meta actions ======= */ - extern CommandSetup test_meta_activateContentDiff; ////////////////////////////////TICKET #211 prefix test_ bypasses logging and immediately executes for now (2018) + extern CommandSetup test_meta_activateContentDiff; ////////////////////////////////TICKET #211 prefix test_ bypasses action logging and immediately executes for now (2018) extern CommandSetup meta_deactivateContentDiff; //--Demo-and-Development----