lexsdl 0.3.0

A wrapper for SDL2 to abstract away annoying parts
<!DOCTYPE html>
<html>
<head>
	<title>LEXSDL_NewFrame</title>
	<link rel="stylesheet" href="styles.css">
</head>
<header>
	<h1>LEXSDL_NewFrame</h1>
	<hr>
</header>
<body>
	<p>
		Starts a new frame, clearing the viewport and filling it with the background <span style=color:#ee0000>c</span><span style=color:#eeee00>o</span><span style=color:#00ee00>l</span><span style=color:#00eeee>o</span><span style=color:#0000ee>r</span>.
	</p>
	<h2>Function</h2>
	<code><ul>
		<span style=color:#2980b9>int</span> LEXSDL_NewFrame<span style=color:#66cf8d>(</span><span style=color:#2980b9>void</span><span style=color:#66cf8d>);</span>
	</ul><code>
	<h2>Return</h2>
	<ul>
		<span style=color:#f67400>0</span> : Operation was successfull.<br>
		<b style=color:#f67400>negative number</b> : Error occurred.<br>
	</ul>
	<p><span style=color:#eeee00>*</span><b>Note</b> : Call <a href=https://wiki.libsdl.org/SDL2/SDL_GetError><span style=color:#ffffff>SDL_GetError</span><span style=color:#66cf8d>()</a></span> for info in case of error.</p>
</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>