00001 /* 00002 * $Id: RCType_8java-source.html,v 1.2 2002/07/07 20:59:52 stork Exp $ 00003 * 00004 * $Log: RCType_8java-source.html,v $ 00004 * Revision 1.2 2002/07/07 20:59:52 stork 00004 * update dokumenation 00004 * 00005 * Revision 1.2 2002/06/27 20:26:40 stork 00006 * add + update dokumentation 00007 * 00008 * Revision 1.1.1.1 2002/05/21 20:32:05 stork 00009 * empty project 00010 * 00011 */ 00012 00017 public interface RCType { 00019 public int UNDEFINED = 0; 00020 public int FRIEND = 1; 00021 public int ENEMY = 2; 00022 public int GOAL = 3; 00023 public int LINE = 4; 00024 public int FLAGS = 5; 00025 public int BALL = 6; 00026 public int PLAYER = 7; 00027 public int LEFT = 8; 00028 public int CENTER = 9; 00029 public int RIGHT = 10; 00030 public int TOP = 11; 00031 public int BOTTOM = 12; 00032 } 00033