lexsdl 0.3.0

A wrapper for SDL2 to abstract away annoying parts
<!DOCTYPE html>
<html>
<head>
	<title>LEXSDL_TextureAddingFailed</title>
	<link rel="stylesheet" href="styles.css">
</head>
<header>
	<h1>LEXSDL_TextureAddingFailed</h1>
	<hr>
</header>
<body>
	<p>
		Value returned when adding a SDL_Texture to lexsdl fails.<br>
		<span class=important>This is a extreme case.</span><br>
	</p>
	<h2>Definition</h2>
	<code><ul>
		<span class=preprocessor>#define LEXSDL_TextureAddingFailed</span> <span class=number>0xFFFFFFFC</span><span class=symbol>;</span>
	</ul></code>
	<h2>Posible return reasons</h2>
	<ul>
		Running out of memory.<br>
		lexsdl internals got corrupted.<br>
		OS is buggy.<br>
		malloc, calloc, realloc randomly fail.<br>
		malloc, calloc, realloc are poorly implemented.<br>
		<small class=comment>some other not listed reason.</small><br>
	</ul>
</body>
<footer>
	<br>
	<hr>
	<a href=FrontPage.html>FrontPage</a> <b>|</b> <a href=https://gitlab.com/Alexevier/lexsdl>GitLab</a> <b>|</b> <a href=https://crates.io/crates/lexsdl>Crates.io</a>
</footer>
</html>