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

Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 144539
This commit is contained in:
Xavier Ducrohet
2009-04-03 16:27:41 -07:00
committed by The Android Open Source Project
parent 62464e0187
commit 46132107e6
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;
}