![]() |
Raven Engine v0.1
|
#include "rvpch.h"#include "PlatformUtils.h"#include <GLFW/glfw3.h>#include <Windows.h>#include <GLFW/glfw3native.h>Namespaces | |
| namespace | Raven |
| namespace | Raven::FileDialogs |
Macros | |
| #define | GLFW_EXPOSE_NATIVE_WIN32 |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| std::string | Raven::FileDialogs::OpenFile (const char *filter, void *wnd) |
| Opens a native Windows file open dialog and returns the selected file path. | |
| std::string | Raven::FileDialogs::SaveFile (const char *filter, void *wnd) |
| Opens a native Windows file save dialog and returns the selected file path. | |
| #define GLFW_EXPOSE_NATIVE_WIN32 |
| #define WIN32_LEAN_AND_MEAN |