mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
9 lines
149 B
C++
9 lines
149 B
C++
#pragma once
|
|
|
|
namespace hex::plugin::builtin {
|
|
|
|
void showError(const std::string& message);
|
|
|
|
void showWarning(const std::string& message);
|
|
}
|