mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
Refactored libimhex to and includes to better represent it as library
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "views/view.hpp"
|
||||
#include <hex/views/view.hpp>
|
||||
|
||||
#include "imgui.h"
|
||||
#include <imgui.h>
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <helpers/shared_data.hpp>
|
||||
#include <hex/helpers/shared_data.hpp>
|
||||
|
||||
namespace hex {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user