| dEngine
    Simple 2D C++ game engine | 
#include <stdio.h>#include <SDL.h>#include "Time.h"#include <string>#include <SDL_image.h>#include <vector>#include <memory>#include <stack>#include <SDL_ttf.h>#include "GameStates.h"#include "GameLevel.h"#include "../Utils/Serializer.h"#include "../Universal.h"#include "../UI/UI.h"#include "EventSystem.h"Go to the source code of this file.
| Classes | |
| class | dengine::Game | 
| The base level of the engine.  More... | |
| Namespaces | |
| dengine | |
| The namespace containing the engine's code. | |
 1.8.13
 1.8.13