Rename ApiChatterino -> LuaApi

This commit is contained in:
Mm2PL 2023-02-04 02:23:16 +01:00
parent 98e2e61296
commit 4030439766
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#ifdef CHATTERINO_HAVE_PLUGINS #ifdef CHATTERINO_HAVE_PLUGINS
# include "ApiChatterino.hpp" # include "LuaApi.hpp"
# include "Application.hpp" # include "Application.hpp"
# include "common/QLogging.hpp" # include "common/QLogging.hpp"