2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-09 16:26:44 +00:00

chore: rename asset handler source files

This commit is contained in:
Jan Laupetin
2025-10-06 00:29:52 +02:00
parent aa0134c341
commit 047fabb546
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#include "CustomProtocolHandlerEdge.h"
#include "AssetHandlerEdge.h"
#pragma warning(push, 0)
#include <webview/macros.h>

View File

@@ -1,4 +1,4 @@
#include "CustomProtocolHandlerGtk.h"
#include "AssetHandlerGtk.h"
#pragma warning(push, 0)
#include <webview/macros.h>

View File

@@ -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 <chrono>
#include <format>
#include <string>
#include <iostream>
#include <string>
#include <thread>
using namespace std::string_literals;