#include <textures.h>
Public Member Functions | |
| TEXTURE * | LoadTexture (string new_tex_file, bool mipmap, int &w, int &h) |
| void | UnloadTexture (TEXTURE *textodel) |
| void | ReloadAll () |
Private Member Functions | |
| TEXTURE * | FindTexture (string texname) |
Private Attributes | |
| list< TEXTURE > | textures |
Definition at line 97 of file textures.h.
|
|
Definition at line 224 of file textures.cpp. References NULL, and textures. Referenced by LoadTexture(). |
|
||||||||||||||||||||
|
Definition at line 178 of file textures.cpp. References TEXTURE::file, FindTexture(), TEXTURE::h, TEXTURE::Load(), TEXTURE::mipmap, NULL, textures, and TEXTURE::w. Referenced by TEXTURE_HANDLE::Load(). |
|
|
Definition at line 156 of file textures.cpp. References textures. Referenced by ChangeDisplay(). |
|
|
Definition at line 210 of file textures.cpp. References textures. Referenced by TEXTURE_HANDLE::Unload(). |
|
|
Definition at line 100 of file textures.h. Referenced by FindTexture(), LoadTexture(), ReloadAll(), and UnloadTexture(). |
1.4.6