From: <ha...@us...> - 2002-09-05 11:19:54
|
Update of /cvsroot/decaldev/source/Inject In directory usw-pr-cvs1:/tmp/cvs-serv25065 Modified Files: Inject.idl Log Message: enum for combatstate Index: Inject.idl =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Inject.idl,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Inject.idl 24 Jul 2002 03:56:34 -0000 1.33 --- Inject.idl 5 Sep 2002 11:19:50 -0000 1.34 *************** *** 74,77 **** --- 74,85 ---- }; + enum eCombatState + { + ePeace = 1, + eMelee = 2, + eMissile = 3, + eMagic = 4 + }; + struct LayerParams { |