[ogs-changes] dist/c++/ogs/creatures Undead.h,1.1,1.2
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-04 20:23:18
|
Update of /cvsroot/ogs/dist/c++/ogs/creatures
In directory sc8-pr-cvs1:/tmp/cvs-serv9450/c++/ogs/creatures
Modified Files:
Undead.h
Log Message:
See ChangeLog files (Apr 3-4) for details.
Index: Undead.h
===================================================================
RCS file: /cvsroot/ogs/dist/c++/ogs/creatures/Undead.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Undead.h 23 Mar 2003 22:14:36 -0000 1.1
--- Undead.h 4 Apr 2003 20:22:44 -0000 1.2
***************
*** 26,29 ****
--- 26,30 ----
# define OGS_CREATURES_UNDEAD_H
+ # include <ogs/core/Creature.h>
# include <ogs/creatures/Namespace.h>
***************
*** 41,45 ****
* with positive energy..
*/
! class Undead {
public:
--- 42,46 ----
* with positive energy..
*/
! class Undead: public ogs::core::Creature {
public:
|