mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
refactor: Move custom ImGui functions to ImGuiExt namespace (#1427)
Co-authored-by: Nik <werwolv98@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ namespace hex::plugin::windows {
|
||||
struct Process {
|
||||
u32 id;
|
||||
std::string name;
|
||||
ImGui::Texture icon;
|
||||
ImGuiExt::Texture icon;
|
||||
};
|
||||
|
||||
struct MemoryRegion {
|
||||
|
||||
Reference in New Issue
Block a user