Forgot to add libsdl_ttf to Java LoadLibrary() part

This commit is contained in:
pelya
2010-05-20 16:52:30 +03:00
parent a438062904
commit d5ef1dd54e

View File

@@ -27,6 +27,7 @@ class LoadLibrary {
System.loadLibrary("sdl");
System.loadLibrary("sdl_mixer");
System.loadLibrary("sdl_image");
System.loadLibrary("sdl_ttf");
System.loadLibrary("application");
System.loadLibrary("sdl_main");
}