Nox Engine
 
Loading...
Searching...
No Matches
Game.h File Reference

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>
Include dependency graph for Game.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines the main Game class that orchestrates the entire application.