Lugdunum  0.1.0
Renderer.cpp
Go to the documentation of this file.
2 
3 namespace lug {
4 namespace Graphics {
5 
6 Renderer::Renderer(Graphics& graphics, Renderer::Type type) : _graphics{graphics}, _type{type} {}
7 
8 } // Graphics
9 } // lug
Renderer(Graphics &graphics, Type type)
Definition: Renderer.cpp:6
Class for graphics.
Definition: Graphics.hpp:25