1
0
mirror of synced 2024-11-19 05:17:12 +01:00
ImHex/include/utils.hpp

13 lines
158 B
C++

#pragma once
#include <hex.hpp>
#include <array>
#include <optional>
#include <string>
namespace hex {
std::optional<std::string> openFileDialog();
}