project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/PascalExports.java
changeset 8062 abbcdf73327a
parent 7584 7831c84cc644
child 8470 01ddeb241c21
equal deleted inserted replaced
8060:341fa76d0749 8062:abbcdf73327a
    29 		System.loadLibrary("mikmod");
    29 		System.loadLibrary("mikmod");
    30 		System.loadLibrary("SDL_net");
    30 		System.loadLibrary("SDL_net");
    31 		System.loadLibrary("SDL_mixer");
    31 		System.loadLibrary("SDL_mixer");
    32 		System.loadLibrary("SDL_ttf");
    32 		System.loadLibrary("SDL_ttf");
    33 		System.loadLibrary("lua5.1");
    33 		System.loadLibrary("lua5.1");
       
    34 		System.loadLibrary("physfs");
       
    35 		System.loadLibrary("physfsrwops");
    34 		System.loadLibrary("hwengine");
    36 		System.loadLibrary("hwengine");
    35 	}
    37 	}
    36 	
    38 	
    37 	public static native int HWgetMaxNumberOfTeams();
    39 	public static native int HWgetMaxNumberOfTeams();
    38     private static native void HWGenLandPreview(int port);
    40     private static native void HWGenLandPreview(int port);