mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
15 lines
202 B
C++
15 lines
202 B
C++
#pragma once
|
|
|
|
#include <windows.h>
|
|
#include <shobjidl.h>
|
|
|
|
#include <locale>
|
|
#include <codecvt>
|
|
#include <optional>
|
|
#include <string>
|
|
|
|
namespace hex {
|
|
|
|
std::optional<std::string> openFileDialog();
|
|
|
|
} |