enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/src actors.hh,1.1,1.2


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src actors.hh,1.1,1.2
Date: Thu, 20 Nov 2003 20:19:42 +0000

Update of /cvsroot/enigma/enigma/src
In directory subversions:/tmp/cvs-serv28038/src

Modified Files:
        actors.hh 
Log Message:

- Added `ActorID's for later use.


Index: actors.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/actors.hh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** actors.hh   5 Jan 2003 19:56:39 -0000       1.1
--- actors.hh   20 Nov 2003 20:19:40 -0000      1.2
***************
*** 1,19 ****
! //======================================================================
! // Copyright (C) 2002 Daniel Heck
! //
! // This program is free software; you can redistribute it and/or
! // modify it under the terms of the GNU General Public License
! // as published by the Free Software Foundation; either version 2
! // of the License, or (at your option) any later version.
! //  
! // This program is distributed in the hope that it will be useful,
! // but WITHOUT ANY WARRANTY; without even the implied warranty of
! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
! // GNU General Public License for more details.
! //  
! // You should have received a copy of the GNU General Public License along
! // with this program; if not, write to the Free Software Foundation, Inc.,
! // 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
! //======================================================================
  #ifndef ACTORS_HH
  #define ACTORS_HH
--- 1,21 ----
! /*
!  * Copyright (C) 2002,2003 Daniel Heck
!  *
!  * This program is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU General Public License
!  * as published by the Free Software Foundation; either version 2
!  * of the License, or (at your option) any later version.
!  *  
!  * This program is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
!  * GNU General Public License for more details.
!  *
!  * You should have received a copy of the GNU General Public License along
!  * with this program; if not, write to the Free Software Foundation, Inc.,
!  * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
!  *
!  * $Id$
!  */
  #ifndef ACTORS_HH
  #define ACTORS_HH
***************
*** 21,24 ****
--- 23,41 ----
  namespace actors
  {
+     enum ActorID {
+         ACTOR_First      = 0,
+         ACTOR_BLACKBALL  = 0,
+         ACTOR_WHITEBALL  = 1,
+         ACTOR_MEDITATION = 2,
+         ACTOR_KILLERBALL = 3,
+         ACTOR_ROTOR      = 4,
+         ACTOR_TOP        = 5,
+         ACTOR_HORSE      = 6,
+         ACTOR_BUG        = 7,
+         ACTOR_CANNONBALL = 8,
+         ACTOR_SPERMBIRD  = 9,
+         ACTOR_Last       = 9
+     };
+ 
      void Init();
  }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]