#include <SDL.h>
#include <iostream>
#include <unordered_map>
#include "Utilities.h"
#include "State.h"
#include "StateManager.h"
#include "Camera.h"
#include "Audio.h"
#include "CreditsUI.h"
#include "Object.h"
#include "Shader.h"
Go to the source code of this file.
Classes | |
class | Credits |
Creates an Credits object that inherits State and runs the Help screen. More... | |