feat: Added unique selection and scrolling position to each provider

This commit is contained in:
WerWolv
2022-09-18 16:22:08 +02:00
parent 59a04e6dbf
commit b2932773b9
18 changed files with 161 additions and 83 deletions

View File

@@ -11,9 +11,9 @@
#include <imgui.h>
#include <nlohmann/json.hpp>
#include "provider_extra_data.hpp"
#include <content/helpers/provider_extra_data.hpp>
#include "content/providers/file_provider.hpp"
#include <content/providers/file_provider.hpp>
namespace hex::plugin::builtin {