mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-10 00:36:40 +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)
|
#pragma warning(push, 0)
|
||||||
#include <webview/macros.h>
|
#include <webview/macros.h>
|
@@ -1,4 +1,4 @@
|
|||||||
#include "CustomProtocolHandlerGtk.h"
|
#include "AssetHandlerGtk.h"
|
||||||
|
|
||||||
#pragma warning(push, 0)
|
#pragma warning(push, 0)
|
||||||
#include <webview/macros.h>
|
#include <webview/macros.h>
|
@@ -2,13 +2,13 @@
|
|||||||
#include "webview/webview.h"
|
#include "webview/webview.h"
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
||||||
#include "Web/Edge/CustomProtocolHandlerEdge.h"
|
#include "Web/Edge/AssetHandlerEdge.h"
|
||||||
#include "Web/Gtk/CustomProtocolHandlerGtk.h"
|
#include "Web/Gtk/AssetHandlerGtk.h"
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <format>
|
#include <format>
|
||||||
#include <string>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <string>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
using namespace std::string_literals;
|
using namespace std::string_literals;
|
||||||
|
Reference in New Issue
Block a user