From 74dfd9af3011d5f8becc7347214c776be1405826 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 16 May 2021 15:31:14 +0200 Subject: [PATCH] Rename --- CMakeLists.txt | 4 ++-- ...-action-switch-scene.hpp => macro-action-scene-switch.hpp} | 0 ...-action-switch-scene.cpp => macro-action-scene-switch.cpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/headers/{macro-action-switch-scene.hpp => macro-action-scene-switch.hpp} (100%) rename src/{macro-action-switch-scene.cpp => macro-action-scene-switch.cpp} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index f80e9438..160a3e35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,8 +85,8 @@ set(advanced-scene-switcher_HEADERS src/headers/macro-action-recording.hpp src/headers/macro-action-replay-buffer.hpp src/headers/macro-action-run.hpp + src/headers/macro-action-scene-switch.hpp src/headers/macro-action-streaming.hpp - src/headers/macro-action-switch-scene.hpp src/headers/macro-action-wait.hpp src/headers/macro-condition-edit.hpp src/headers/macro-condition-audio.hpp @@ -141,8 +141,8 @@ set(advanced-scene-switcher_SOURCES src/macro-action-recording.cpp src/macro-action-replay-buffer.cpp src/macro-action-run.cpp + src/macro-action-scene-switch.cpp src/macro-action-streaming.cpp - src/macro-action-switch-scene.cpp src/macro-action-wait.cpp src/macro-condition-edit.cpp src/macro-condition-audio.cpp diff --git a/src/headers/macro-action-switch-scene.hpp b/src/headers/macro-action-scene-switch.hpp similarity index 100% rename from src/headers/macro-action-switch-scene.hpp rename to src/headers/macro-action-scene-switch.hpp diff --git a/src/macro-action-switch-scene.cpp b/src/macro-action-scene-switch.cpp similarity index 100% rename from src/macro-action-switch-scene.cpp rename to src/macro-action-scene-switch.cpp