GCP Assignment 1
|
#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.
Classes | |
class | UI |
A class for the 2D user interfaces. More... | |