13 lines
158 B
C++
13 lines
158 B
C++
#pragma once
|
|
|
|
#include <hex.hpp>
|
|
|
|
#include <array>
|
|
#include <optional>
|
|
#include <string>
|
|
|
|
namespace hex {
|
|
|
|
std::optional<std::string> openFileDialog();
|
|
|
|
} |