GCP Assignment 1
|
#include <SDL.h>
#include <iostream>
#include <cstdint>
#include <sstream>
#include <iomanip>
#include <unordered_map>
#include "../PGGAssignment2Code/Shader.h"
#include "../PGGAssignment2Code/UIObject.h"
#include "../PGGAssignment2Code/UI.h"
#include "../Core/Logging.h"
Go to the source code of this file.
Classes | |
class | MainStateUI |
A UI for the MainState using my old PGG2 UI classes. More... | |