LEXSDL_TextureAddingFailed
Value returned when adding a SDL_Texture to lexsdl fails.
This is a extreme case.
Definition
#define LEXSDL_TextureAddingFailed 0xFFFFFFFC;
Posible return reasons
Running out of memory.
lexsdl internals got corrupted.
OS is buggy.
malloc, calloc, realloc randomly fail.
malloc, calloc, realloc are poorly implemented.