5#include <entities/entity.h>
6#include <meteorutils/color.h>
7#include <rendering/renderqueue.h>
8#include <rendering/renderer.h>
9#include <windowing/windowproperties.h>
24 void setLogicalResolution(
size_t width,
size_t height);
26 void delay(
int delay);
29 SDL_Renderer* sdlRenderer;
30 SDL_Event windowEvent;
An Entity is the base class for all data and behaviour oriented objects in meteor....
Definition entity.h:9
Maintains a sorted queue of all render commands submitted for rendering.
Definition renderqueue.h:11
Renderer handles all render related tasks in meteor. Renderer uses the render-queue to render each co...
Definition renderer.h:11
This class is responsible for opening a Window target for rendering.
Definition window.h:16
A struct representing a color.
Definition Color.h:8
A encapsulate properties window creation.
Definition windowproperties.h:10