![]() |
Raven Engine v0.1
|
#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&)> |