Implements the Image resource class. More...
#include <string>
#include "Common/BaseTypes.h"
#include "Math/MathCommon.h"
#include "Memory/ResourceManager.h"
Classes | |
class | Image |
The Image resource class. More... | |
Functions | |
ImageRef | LoadImageResource (const char *file) |
Loads an image using the global ImageManager. |
Implements the Image resource class.
Defines the Image resource class.
Defines the Image resource class for loading and drawing image files.
ImageRef LoadImageResource | ( | const char * | file | ) |
Loads an image using the global ImageManager.
[in] | file | the filename of the image to load assumed to be relative to the 'Textures' data path. |
NOTE: This should only be called after the global enviroment has been initialized.