project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/PascalExports.java
changeset 8470 01ddeb241c21
parent 8062 abbcdf73327a
child 8538 0e113487c4b2
equal deleted inserted replaced
8469:018da0724a93 8470:01ddeb241c21
    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");
    34 		System.loadLibrary("physfs");
    35 		System.loadLibrary("physfsrwops");
       
    36 		System.loadLibrary("hwengine");
    35 		System.loadLibrary("hwengine");
    37 	}
    36 	}
    38 	
    37 	
    39 	public static native int HWgetMaxNumberOfTeams();
    38 	public static native int HWgetMaxNumberOfTeams();
    40     private static native void HWGenLandPreview(int port);
    39     private static native void HWGenLandPreview(int port);