Elevate Engine
1
Loading...
Searching...
No Matches
WindowsWindow.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef EE_PLATFORM_WINDOWS
3
#include <
Platform/Shared/GLFW/GlfwWindow.h
>
4
5
namespace
Elevate
6
{
7
class
WindowsWindow :
public
GlfwWindow
8
{
9
public
:
10
WindowsWindow(
const
WindowProps& props) : GlfwWindow(props) {}
11
};
12
}
13
14
#endif
GlfwWindow.h
Elevate
Definition
AudioDistanceProbe.h:9
ElevateEngine
src
Platform
Windows
WindowsWindow.h
Generated by
1.9.8