Refactored libimhex to and includes to better represent it as library

This commit is contained in:
WerWolv
2021-01-13 17:28:27 +01:00
parent 00648c9673
commit eb066b3539
65 changed files with 148 additions and 146 deletions

View File

@@ -1,17 +1,17 @@
#pragma once
#include "helpers/utils.hpp"
#include "views/view.hpp"
#include <hex/helpers/utils.hpp>
#include <hex/views/view.hpp>
#include "imgui_memory_editor.h"
#include "ImGuiFileBrowser.h"
#include <imgui_memory_editor.h>
#include <ImGuiFileBrowser.h>
#include <list>
#include <tuple>
#include <random>
#include <vector>
#include "lang/pattern_data.hpp"
#include <hex/lang/pattern_data.hpp>
namespace hex {