[dnd3e-changes] CVS: dist/c++/dnd3e/feats BonusFeat.cpp,1.1.1.1,1.2 BonusFeat.h,1.1.1.1,1.2 Makefile
Status: Alpha
Brought to you by:
elemings
From: Eric L. <ele...@us...> - 2003-03-12 01:25:09
|
Update of /cvsroot/dnd3e/dist/c++/dnd3e/feats In directory sc8-pr-cvs1:/tmp/cvs-serv9676/dnd3e/feats Modified Files: BonusFeat.cpp BonusFeat.h Makefile.am UncannyDodge.cpp UncannyDodge.h Log Message: Fixes, changes, additions, updates, etc. Index: BonusFeat.cpp =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/feats/BonusFeat.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** BonusFeat.cpp 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- BonusFeat.cpp 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 23,26 **** #include "BonusFeat.h" ! using ogs::feats::BonusFeat; --- 23,26 ---- #include "BonusFeat.h" ! using dnd3e::feats::BonusFeat; Index: BonusFeat.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/feats/BonusFeat.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** BonusFeat.h 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- BonusFeat.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 23,32 **** #ifdef __cplusplus ! # ifndef OGS_FEATS_BONUS_FEAT_H ! # define OGS_FEATS_BONUS_FEAT_H ! # include <ogs/subdir/Namespace.h> ! OGS_BEGIN_FEATS_NAMESPACE /** --- 23,32 ---- #ifdef __cplusplus ! # ifndef DND3E_FEATS_BONUS_FEAT_H ! # define DND3E_FEATS_BONUS_FEAT_H ! # include <dnd3e/feats/Namespace.h> ! DND3E_BEGIN_FEATS_NAMESPACE /** *************** *** 46,52 **** }; ! OGS_END_FEATS_NAMESPACE ! # endif /* !defined OGS_FEATS_BONUS_FEAT_H */ #endif /* defined __cplusplus */ --- 46,52 ---- }; ! DND3E_END_FEATS_NAMESPACE ! # endif /* !defined DND3E_FEATS_BONUS_FEAT_H */ #endif /* defined __cplusplus */ Index: Makefile.am =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/feats/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.am 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- Makefile.am 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 21,25 **** ## ! pkgincludedir = $(includedir)/@PACKAGE@/feats pkginclude_HEADERS = \ --- 21,25 ---- ## ! pkgincludedir = $(includedir)/dnd3e/feats pkginclude_HEADERS = \ Index: UncannyDodge.cpp =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/feats/UncannyDodge.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** UncannyDodge.cpp 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- UncannyDodge.cpp 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 23,26 **** #include "UncannyDodge.h" ! using ogs::feats::UncannyDodge; --- 23,26 ---- #include "UncannyDodge.h" ! using dnd3e::feats::UncannyDodge; Index: UncannyDodge.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/feats/UncannyDodge.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** UncannyDodge.h 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- UncannyDodge.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 23,32 **** #ifdef __cplusplus ! # ifndef OGS_FEATS_UNCANNY_DODGE_H ! # define OGS_FEATS_UNCANNY_DODGE_H ! # include <ogs/subdir/Namespace.h> ! OGS_BEGIN_FEATS_NAMESPACE /** --- 23,32 ---- #ifdef __cplusplus ! # ifndef DND3E_FEATS_UNCANNY_DODGE_H ! # define DND3E_FEATS_UNCANNY_DODGE_H ! # include <dnd3e/feats/Namespace.h> ! DND3E_BEGIN_FEATS_NAMESPACE /** *************** *** 43,49 **** }; ! OGS_END_FEATS_NAMESPACE ! # endif /* !defined OGS_FEATS_UNCANNY_DODGE_H */ #endif /* defined __cplusplus */ --- 43,49 ---- }; ! DND3E_END_FEATS_NAMESPACE ! # endif /* !defined DND3E_FEATS_UNCANNY_DODGE_H */ #endif /* defined __cplusplus */ |