Building Game Engines
Classes
GameManager.hpp File Reference
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
#include <vector>
#include <iostream>
#include <fstream>
#include "GameObject.hpp"
#include "AIControllerComponent.hpp"
#include "CollectibleComponent.hpp"
#include "TransformComponent.hpp"
Include dependency graph for GameManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GameManager