Commit e32fc562 authored by captainwong's avatar captainwong

add namespace for file_op.h

parent 0b45d173
#pragma once
namespace jlib {
inline bool get_file_open_dialog_result(std::wstring& path, HWND hWnd = nullptr) {
bool ok = false;
......@@ -88,3 +90,4 @@ inline bool get_save_as_dialog_path(std::wstring& path, HWND hWnd = nullptr) {
return ok;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment