![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Handles background texture loading. More...
#include <VGearsBackgroundTextureLoader.h>
Public Member Functions | |
BackgroundTextureLoader (BackgroundFile &background_file) | |
Constructor. More... | |
virtual | ~BackgroundTextureLoader () |
Destructor. More... | |
virtual void | loadResource (Ogre::Resource *resource) |
Loads a resource. More... | |
Private Attributes | |
BackgroundFile & | background_file_ |
The background file. More... | |
Handles background texture loading.
|
explicit |
Constructor.
[in] | background_file | The background file. |
|
virtual |
Destructor.
|
virtual |
Loads a resource.
[in] | resource | The resource to load. |
|
private |
The background file.