Implemented crude support for custom encodings via thingy files

Relevant issue: #26
This commit is contained in:
WerWolv
2021-02-14 01:11:55 +01:00
parent 424bba71f7
commit b4c2f7d371
9 changed files with 277 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
#include <hex/helpers/utils.hpp>
#include <hex/views/view.hpp>
#include "helpers/encoding_file.hpp"
#include <imgui_memory_editor.h>
#include <ImGuiFileBrowser.h>
@@ -54,6 +55,8 @@ namespace hex {
std::string m_loaderScriptScriptPath;
std::string m_loaderScriptFilePath;
hex::EncodingFile m_currEncodingFile;
void drawSearchPopup();
void drawGotoPopup();
void drawEditPopup();