[ogs-changes] dist/c++/ogs/creatures Humanoids.h,1.1,1.2
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-03-25 06:13:45
|
Update of /cvsroot/ogs/dist/c++/ogs/creatures In directory sc8-pr-cvs1:/tmp/cvs-serv1939/c++/ogs/creatures Modified Files: Humanoids.h Log Message: See C++ ChangeLog file (Mar 24) for details. Index: Humanoids.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/creatures/Humanoids.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Humanoids.h 23 Mar 2003 22:14:36 -0000 1.1 --- Humanoids.h 25 Mar 2003 06:13:12 -0000 1.2 *************** *** 21,28 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_CREATURES_HUMANOIDS_H ! # define OGS_CREATURES_HUMANOIDS_H // Uncomment these as they are completed. --- 21,26 ---- */ ! #ifndef OGS_CREATURES_HUMANOIDS_H ! # define OGS_CREATURES_HUMANOIDS_H // Uncomment these as they are completed. *************** *** 33,40 **** //# include <ogs/creatures/humanoids/HalfOrc.h> //# include <ogs/creatures/humanoids/Halfling.h> ! # include <ogs/creatures/humanoids/Human.h> ! ! # endif /* !defined OGS_CREATURES_HUMANOIDS_H */ ! #endif /* defined __cplusplus */ --- 31,36 ---- //# include <ogs/creatures/humanoids/HalfOrc.h> //# include <ogs/creatures/humanoids/Halfling.h> ! # include <ogs/creatures/humanoids/Human.h> ! #endif /* !defined OGS_CREATURES_HUMANOIDS_H */ |