Disabled libs unnecessary for Alien Blaster

This commit is contained in:
pelya
2010-07-08 18:42:04 +03:00
parent 30776b9bd1
commit 5b3e30e4b7
4 changed files with 6 additions and 6 deletions

View File

@@ -24,5 +24,5 @@ class Globals {
}
class LoadLibrary {
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("mad"); System.loadLibrary("sdl_mixer"); System.loadLibrary("sdl_image"); System.loadLibrary("sdl_ttf"); };
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("sdl_mixer"); System.loadLibrary("sdl_image"); };
}