Cleanup and documentation.

svn-id: r50589
This commit is contained in:
Alejandro Marzini 2010-07-02 06:44:42 +00:00
parent 055fc3282f
commit f9c3a4547c
16 changed files with 135 additions and 61 deletions

View file

@ -23,12 +23,9 @@
*
*/
#include "common/scummsys.h"
// Several SDL based ports use a custom main, and hence do not want to compile
// of this file. The following "#if" ensures that.
#if !defined(__MAEMO__) && !defined(_WIN32_WCE) && !defined(GP2XWIZ)&& !defined(LINUXMOTO) && !defined(__SYMBIAN32__) && !defined(WIN32) && !defined(UNIX)
#if !defined(UNIX) && !defined(WIN32) && !defined(__MAEMO__) && !defined(__SYMBIAN32__)
#include "backends/platform/sdl/sdl.h"
#include "backends/plugins/sdl/sdl-provider.h"