dEngine
Simple 2D C++ game engine
|
#include <SDL.h>
#include "../System/Component.h"
#include "../System/GameObject.h"
#include "../System/Game.h"
#include <SDL_image.h>
#include "../System/CameraManager.h"
Go to the source code of this file.
Classes | |
class | dengine::Sprite |
A sprite. More... | |
Namespaces | |
dengine | |
The namespace containing the engine's code. | |