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:
@@ -1,4 +1,4 @@
|
||||
#include "CustomProtocolHandlerEdge.h"
|
||||
#include "AssetHandlerEdge.h"
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#include <webview/macros.h>
|
@@ -1,4 +1,4 @@
|
||||
#include "CustomProtocolHandlerGtk.h"
|
||||
#include "AssetHandlerGtk.h"
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#include <webview/macros.h>
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user