Basic Renderer
|
#include "OSdetect.h"
#include <memory>
#include "Renderer_GL.h"
#include "Logger.h"
#include "Configuration.h"
Go to the source code of this file.
Classes | |
class | View |
An abstraction of the view the scene is drawn into. More... | |
Typedefs | |
typedef std::shared_ptr< View > | ViewPtr |