AI 144542: am: CL 144539 am: CL 144533 Reformat JetBoy samples to match code style.

Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144542
This commit is contained in:
Xavier Ducrohet
2009-04-03 16:28:23 -07:00
committed by The Android Open Source Project
parent cfe4476f03
commit dfd26a838a
6 changed files with 873 additions and 1148 deletions

View File

@@ -15,12 +15,11 @@
*/
// FIXME: review and cleanup
package com.example.android.jetboy;
public class Explosion {
public int mAniIndex = 0;
public int mDrawY = 0;
public int mDrawX = 0;
}