1
0
mirror of synced 2025-01-31 20:05:22 +01:00
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);
}