#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
#include <iostream>
#include <unordered_map>
#include "Shader.h"
#include "UIObject.h"
Go to the source code of this file.