1
0
mirror of synced 2024-11-12 02:00:52 +01:00
ImHex/plugins/builtin/include/content/helpers/notification.hpp
2023-11-10 20:47:08 +01:00

9 lines
149 B
C++

#pragma once
namespace hex::plugin::builtin {
void showError(const std::string& message);
void showWarning(const std::string& message);
}