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