Game Engine 2D Platformer
Classes
ResourceManager.hpp File Reference
#include <SDL2/SDL.h>
#include <SDL2_ttf/SDL_ttf.h>
#include <SDL2_mixer/SDL_mixer.h>
#include <SDL2_image/SDL_image.h>
#include <unordered_map>
#include <string>
#include <map>
#include <iostream>
#include <fstream>
Include dependency graph for ResourceManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ResourceManager
 The resource manager is responsible for handling and managing resources regarding the game. More...