From 44e7505483361199ed94ef90ff04b3f82d92d7b3 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sat, 4 Feb 2023 12:46:43 +0100 Subject: [PATCH] ApiChatterino -> LuaApi --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3e5d2a7ec..1ca0f6eca 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -136,8 +136,8 @@ set(SOURCE_FILES controllers/pings/MutedChannelModel.cpp controllers/pings/MutedChannelModel.hpp - controllers/plugins/ApiChatterino.cpp - controllers/plugins/ApiChatterino.hpp + controllers/plugins/LuaApi.cpp + controllers/plugins/LuaApi.hpp controllers/plugins/Plugin.cpp controllers/plugins/Plugin.hpp controllers/plugins/PluginController.hpp