Raven Engine v0.1
Loading...
Searching...
No Matches
PlatformUtils.cpp File Reference
#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.

Macro Definition Documentation

◆ GLFW_EXPOSE_NATIVE_WIN32

#define GLFW_EXPOSE_NATIVE_WIN32

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN