diff --git a/src/ModMan/Web/Edge/CustomProtocolHandlerEdge.cpp b/src/ModMan/Web/Edge/AssetHandlerEdge.cpp similarity index 99% rename from src/ModMan/Web/Edge/CustomProtocolHandlerEdge.cpp rename to src/ModMan/Web/Edge/AssetHandlerEdge.cpp index bbf4a923..95edb6bf 100644 --- a/src/ModMan/Web/Edge/CustomProtocolHandlerEdge.cpp +++ b/src/ModMan/Web/Edge/AssetHandlerEdge.cpp @@ -1,4 +1,4 @@ -#include "CustomProtocolHandlerEdge.h" +#include "AssetHandlerEdge.h" #pragma warning(push, 0) #include diff --git a/src/ModMan/Web/Edge/CustomProtocolHandlerEdge.h b/src/ModMan/Web/Edge/AssetHandlerEdge.h similarity index 100% rename from src/ModMan/Web/Edge/CustomProtocolHandlerEdge.h rename to src/ModMan/Web/Edge/AssetHandlerEdge.h diff --git a/src/ModMan/Web/Gtk/CustomProtocolHandlerGtk.cpp b/src/ModMan/Web/Gtk/AssetHandlerGtk.cpp similarity index 97% rename from src/ModMan/Web/Gtk/CustomProtocolHandlerGtk.cpp rename to src/ModMan/Web/Gtk/AssetHandlerGtk.cpp index 570d8a72..1aaaacce 100644 --- a/src/ModMan/Web/Gtk/CustomProtocolHandlerGtk.cpp +++ b/src/ModMan/Web/Gtk/AssetHandlerGtk.cpp @@ -1,4 +1,4 @@ -#include "CustomProtocolHandlerGtk.h" +#include "AssetHandlerGtk.h" #pragma warning(push, 0) #include diff --git a/src/ModMan/Web/Gtk/CustomProtocolHandlerGtk.h b/src/ModMan/Web/Gtk/AssetHandlerGtk.h similarity index 100% rename from src/ModMan/Web/Gtk/CustomProtocolHandlerGtk.h rename to src/ModMan/Web/Gtk/AssetHandlerGtk.h diff --git a/src/ModMan/main.cpp b/src/ModMan/main.cpp index 033739db..39b11a55 100644 --- a/src/ModMan/main.cpp +++ b/src/ModMan/main.cpp @@ -2,13 +2,13 @@ #include "webview/webview.h" #pragma warning(pop) -#include "Web/Edge/CustomProtocolHandlerEdge.h" -#include "Web/Gtk/CustomProtocolHandlerGtk.h" +#include "Web/Edge/AssetHandlerEdge.h" +#include "Web/Gtk/AssetHandlerGtk.h" #include #include -#include #include +#include #include using namespace std::string_literals;