Changeset abe7b3d in advance-wars for src/com/medievaltech/advancewars/Game.java


Ignore:
Timestamp:
Jan 31, 2011, 10:38:14 PM (14 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
1a1e8c7
Parents:
54e0965
Message:

Changed the package names from com.example.* to com.medievaltech.*

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/advancewars/Game.java

    r54e0965 rabe7b3d  
    1 package com.example.advancewars;
     1package com.medievaltech.advancewars;
    22
    3 import com.example.advancewars.R;
    4 import com.example.advancewars.GameView;
    5 import com.example.advancewars.GameView.DrawingThread;
     3import com.medievaltech.advancewars.R;
     4import com.medievaltech.advancewars.GameView;
     5import com.medievaltech.advancewars.GameView.DrawingThread;
     6
    67import android.app.Activity;
    78import android.os.Bundle;
     
    1112import android.view.Window;
    1213import android.widget.TextView;
    13 import java.io.*;
    1414
    1515public class Game extends Activity {
Note: See TracChangeset for help on using the changeset viewer.