Lugdunum  0.1.0
SkyBox.cpp
Go to the documentation of this file.
2 
3 namespace lug {
4 namespace Graphics {
5 namespace Render {
6 
7 SkyBox::SkyBox(const std::string& name): Resource(Resource::Type::SkyBox, name) {}
8 
9 } // Render
10 } // Graphics
11 } // lug
SkyBox(const std::string &name)
Definition: SkyBox.cpp:7
Class for resource.
Definition: Resource.hpp:17
Type
Type of the resource.
Definition: Resource.hpp:24