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

@@ -27,9 +27,7 @@
#ifndef _SDL_H
#define _SDL_H
#ifndef ANDROID
#include "SDL_main.h"
#endif
#include "SDL_stdinc.h"
#include "SDL_audio.h"
#include "SDL_cdrom.h"