Breakout
|
#include <SDL2/SDL.h>
#include <unordered_map>
#include <string>
#include <SDL2_ttf/SDL_ttf.h>
#include <SDL2/SDL_mixer.h>
#include <map>
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... | |