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:
4
external/ImGui/include/imgui_memory_editor.h
vendored
4
external/ImGui/include/imgui_memory_editor.h
vendored
@@ -46,9 +46,9 @@
|
||||
|
||||
#include <stdio.h> // sprintf, scanf
|
||||
#include <stdint.h> // uint8_t, etc.
|
||||
#include "helpers/utils.hpp"
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include "views/view.hpp"
|
||||
#include <hex/views/view.hpp>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _PRISizeT "I"
|
||||
|
||||
Reference in New Issue
Block a user