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

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();
}