Fixes to Ur-Quan Masters app - added voice pack, and added many optimizations by passing -O2 flag to compiler, works great without any effort hehe

This commit is contained in:
pelya
2010-09-20 11:14:48 +03:00
parent 54eb8bbb4a
commit 37df37fc4b
15 changed files with 39 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
// This string is autogenerated by ChangeAppSettings.sh, do not change spaces amount
package net.sourceforge.lgames.lbreakout2;
package com.sourceforge.sc2;
import javax.microedition.khronos.opengles.GL10;