#summary The SDL helper module = Overview = The modules [http://odefu.googlecode.com/svn/trunk/OpenGLUtils/openglutils/SDL.d SDL], [http://odefu.googlecode.com/svn/trunk/OpenGLUtils/openglutils/SDLError.d SDLError] and [http://odefu.googlecode.com/svn/trunk/OpenGLUtils/openglutils/SDLException.d SDLException] are used for direct SDL support. Importing the SDL module provides all other modules as well. == SDL == The main responsibility of the SDL module is to publicly import all SDL functions and constants. It also loads the the SDL shared library for you. The module also takes care of publicly importing the other modules. == SDLError == The SDLError module provides error checking functions. == GLException == The SDLException is used through out the OpenGLUtils when there is an error with SDL functions.