Raven Engine v0.1
Loading...
Searching...
No Matches
Window.h File Reference
#include "Raven/Core/Types.h"
#include "Raven/Memory/Scope.h"
#include "Raven/Events/Event.h"
#include <string>
#include <functional>

Classes

struct  Raven::WindowProps
 Struct to hold window properties. More...
class  Raven::Window
 Class representing a window. More...

Namespaces

namespace  Raven

Typedefs

using Raven::EventCallbackFn = std::function<void(Event&)>