44 ScopedLgp(Ogre::Root*
root, std::string full_path, std::string type, std::string group);
Ogre::Root * root
The Ogre system root component.
Definition: OgreBase.cpp:22
Handles a scoped LGP archive.
Definition: ScopedLgp.h:23
ScopedLgp & operator=(const ScopedLgp &)=delete
Copy constructor.
~ScopedLgp()
Destructor.
Definition: ScopedLgp.cpp:27
std::string group_
Group for the resource.
Definition: ScopedLgp.h:66
std::string full_path_
Full path to the LGP archive.
Definition: ScopedLgp.h:61
ScopedLgp(const ScopedLgp &)=delete
Constructor.
Ogre::Root * root_
The Ogre root system.
Definition: ScopedLgp.h:56