mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
impr: Remove dependencies on curl, mbedTLS and GLFW in the SDK
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include <content/popups/popup_unsaved_changes.hpp>
|
||||
#include <content/popups/popup_crash_recovered.hpp>
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
static void openFile(const std::fs::path &path) {
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
#include <romfs/romfs.hpp>
|
||||
#include <ui/menu_items.hpp>
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
using namespace wolv::literals;
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
#include <romfs/romfs.hpp>
|
||||
#include <wolv/utils/guards.hpp>
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
// Function that draws the provider popup, defiend in the ui_items.cpp file
|
||||
|
||||
Reference in New Issue
Block a user