[dnd3e-changes] CVS: dist/c++/dnd3e/spells Conjurations.h,1.1.1.1,1.2 Divinations.h,1.1.1.1,1.2 Ench
Status: Alpha
Brought to you by:
elemings
From: Eric L. <ele...@us...> - 2003-03-12 01:25:11
|
Update of /cvsroot/dnd3e/dist/c++/dnd3e/spells In directory sc8-pr-cvs1:/tmp/cvs-serv9676/dnd3e/spells Modified Files: Conjurations.h Divinations.h Enchantments.h Evocations.h Illusions.h Makefile.am Necromancies.h Transmutations.h Universals.h Log Message: Fixes, changes, additions, updates, etc. Index: Conjurations.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Conjurations.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Conjurations.h 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- Conjurations.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 91,95 **** //# include <dnd3e/spells/conjuration/SummonSwarm.h> //# include <dnd3e/spells/conjuration/TrapTheSoul.h> ! # include <dnd3e/spells/conjuration/TrueResurrection.h> //# include <dnd3e/spells/conjuration/UnseenServant.h> //# include <dnd3e/spells/conjuration/WallOfIron.h> --- 91,95 ---- //# include <dnd3e/spells/conjuration/SummonSwarm.h> //# include <dnd3e/spells/conjuration/TrapTheSoul.h> ! //# include <dnd3e/spells/conjuration/TrueResurrection.h> //# include <dnd3e/spells/conjuration/UnseenServant.h> //# include <dnd3e/spells/conjuration/WallOfIron.h> Index: Divinations.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Divinations.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Divinations.h 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- Divinations.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 1,4 **** /* ! * Divinations.h -- class interface for templates * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Divinations.h -- class interface for Divination spells * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Divinations { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_DIVINATIONS_H ! # define DND3E_SPELLS_DIVINATIONS_H ! # endif /* !defined DND3E_SPELLS_DIVINATIONS_H */ #endif /* defined __cplusplus */ Index: Enchantments.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Enchantments.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Enchantments.h 19 Feb 2003 05:04:49 -0000 1.1.1.1 --- Enchantments.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 1,4 **** /* ! * Enchantments.h -- class interface for templates * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Enchantments.h -- class interface for Enchantment spells * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Enchantments { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_ENCHANTMENTS_H ! # define DND3E_SPELLS_ENCHANTMENTS_H ! # endif /* !defined DND3E_SPELLS_ENCHANTMENTS_H */ #endif /* defined __cplusplus */ Index: Evocations.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Evocations.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Evocations.h 19 Feb 2003 05:04:50 -0000 1.1.1.1 --- Evocations.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 1,4 **** /* ! * Evocations.h -- class interface for templates * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Evocations.h -- class interface for Evocation spells * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Evocations { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_EVOCATIONS_H ! # define DND3E_SPELLS_EVOCATIONS_H ! # endif /* !defined DND3E_SPELLS_EVOCATIONS_H */ #endif /* defined __cplusplus */ Index: Illusions.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Illusions.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Illusions.h 19 Feb 2003 05:04:50 -0000 1.1.1.1 --- Illusions.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 1,4 **** /* ! * Illusions.h -- class interface for templates * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Illusions.h -- class interface for Illusion spells * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Illusions { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_ILLUSIONS_H ! # define DND3E_SPELLS_ILLUSIONS_H ! # endif /* !defined DND3E_SPELLS_ILLUSIONS_H */ #endif /* defined __cplusplus */ Index: Makefile.am =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/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:50 -0000 1.1.1.1 --- Makefile.am 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 21,25 **** ## ! pkgincludedir = $(includedir)/@PACKAGE@/spells pkginclude_HEADERS = \ --- 21,36 ---- ## ! SUBDIRS = \ ! conjuration ! # abjuration \ ! # divination \ ! # enchantment \ ! # evocation \ ! # illusion \ ! # necromancy \ ! # transmutation \ ! # universal ! ! pkgincludedir = $(includedir)/dnd3e/spells pkginclude_HEADERS = \ Index: Necromancies.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Necromancies.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Necromancies.h 19 Feb 2003 05:04:50 -0000 1.1.1.1 --- Necromancies.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 1,4 **** /* ! * Necromancies.h -- class interface for templates * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Necromancies.h -- class interface for Necromancy spells * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Necromancies { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_NECROMANCIES_H ! # define DND3E_SPELLS_NECROMANCIES_H ! # endif /* !defined DND3E_SPELLS_NECROMANCIES_H */ #endif /* defined __cplusplus */ Index: Transmutations.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Transmutations.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Transmutations.h 19 Feb 2003 05:04:50 -0000 1.1.1.1 --- Transmutations.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 1,4 **** /* ! * Transmutations.h -- class interface for templates * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Transmutations.h -- class interface for Transmutation spells * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Transmutations { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TRANSMUTATIONS_H ! # define DND3E_SPELLS_TRANSMUTATIONS_H ! # endif /* !defined DND3E_SPELLS_TRANSMUTATIONS_H */ #endif /* defined __cplusplus */ Index: Universals.h =================================================================== RCS file: /cvsroot/dnd3e/dist/c++/dnd3e/spells/Universals.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Universals.h 19 Feb 2003 05:04:50 -0000 1.1.1.1 --- Universals.h 12 Mar 2003 01:25:06 -0000 1.2 *************** *** 23,48 **** #ifdef __cplusplus ! # ifndef DND3E_SPELLS_TEMPLATE_H ! # define DND3E_SPELLS_TEMPLATE_H - # include <ogs/spells/Namespace.h> ! DND3E_BEGIN_SPELLS_NAMESPACE ! ! /** ! * Brief description. Detailed descripton. ! */ ! class Universals.h { ! public: ! ! protected: ! ! private: ! ! }; ! ! DND3E_END_SPELLS_NAMESPACE ! ! # endif /* !defined DND3E_SPELLS_TEMPLATE_H */ #endif /* defined __cplusplus */ --- 23,31 ---- #ifdef __cplusplus ! # ifndef DND3E_SPELLS_UNIVERSALS_H ! # define DND3E_SPELLS_UNIVERSALS_H ! # endif /* !defined DND3E_SPELLS_UNIVERSALS_H */ #endif /* defined __cplusplus */ |