Ejemplo n.º 1
0
 public static String FMOD_ErrorString(FMOD_RESULT errCode) {
   return FmodExJNI.FMOD_ErrorString(errCode.asInt());
 }