lexsdl 0.3.0

A wrapper for SDL2 to abstract away annoying parts
<!DOCTYPE html>
<html>
<head>
	<title>Initialization and Termination</title>
	<link rel="stylesheet" href="styles.css">
</head>
<header>
	<h1>Initialization and Termination</h1>
	<hr>
</header>
<body>
	<p>
		It is necessary to initialize LEXSDL (internally SDL too) before using it.<br>
		If what is wanted is use LEXSDL in a existing project using SDL, check <a href=Integrating.html>Integrating</a>.<br>
	</p>
	<hr>
	<h2>Functions</h2>
	<ul>
		<b>&gt; Initialization</b><br>
		<a href=LEXSDL_Init.html>LEXSDL_Init</a><br>
		<a href=LEXSDL_InitIMG.html>LEXSDL_InitIMG</a><br>
		<br>
		<b>&gt; Termination</b><br>
		<a href=LEXSDL_Terminate.html>LEXSDL_Terminate</a><br>
		<a href=LEXSDL_Quit.html>LEXSDL_Quit</a><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>