mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Refactored libimhex to and includes to better represent it as library
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user