Defines the main Game class that orchestrates the entire application. More...
#include "Constants.h"#include "ECS.h"#include "Vector2D.h"#include <SDL2/SDL.h>#include <SDL2/SDL_events.h>#include <SDL2/SDL_image.h>#include <SDL2/SDL_mixer.h>#include <SDL2/SDL_mouse.h>#include <SDL2/SDL_ttf.h>

Go to the source code of this file.
Classes | |
| class | Game |
| The central class responsible for the game loop, window creation, and event handling. More... | |
Defines the main Game class that orchestrates the entire application.