#include <TextureManager.h>
Public Methods | |
TextureManager () | |
Constructor. More... | |
virtual | ~TextureManager () |
Destructor. More... | |
void | addTexture (Texture *t) |
void | reloadTextures () |
Texture * | newTexture (char *fname) |
void | deleteTexture (Texture *t) |
void | deleteAll () |
Protected Attributes | |
list< Texture * > | textures |
Definition at line 43 of file TextureManager.h.
|
Constructor.
Definition at line 36 of file TextureManager.cpp. |
|
Destructor.
Definition at line 41 of file TextureManager.cpp. References deleteAll. |
|
Definition at line 50 of file TextureManager.cpp. |
|
Definition at line 46 of file TextureManager.cpp. Referenced by ~TextureManager. |
|
|
|
Definition at line 54 of file TextureManager.cpp. |
|
|
|
Definition at line 56 of file TextureManager.h. |