Moved NativeInit() to separate sdl_main shared library so libapplication.so won't contain any java-specific code,

added SDL_image, libpng and libjpeg.
This commit is contained in:
pelya
2010-05-11 12:50:50 +03:00
parent f25dcd7164
commit 500d845cc6
418 changed files with 192309 additions and 55 deletions

View File

@@ -17,7 +17,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
***************************************************************************/
#include "SDL_main.h"
#include "game.h"
#include "SDL.h"
#include <stdlib.h>