Functions | |
bool | ResourcesLoadTexture (string file) |
Load a texture from a file. | |
bool | ResourcesLoadTexture (string file, string filedpf) |
Load a texture from a file. | |
void | ResourcesRemoveTexture (string name) |
Remove a texture from memory. | |
void | ResourcesFreeTextures () |
Remove all the textures from memory. | |
bool | ResourcesLoadFont (string name, string filedpf) |
Load a font from a dpf file. | |
void | ResourcesRemoveFont (string name) |
Remove a font from memory. | |
void | ResourcesFreeFonts () |
Remove all the fonts from memory. |