[ogs-changes] dist/c++/ogs/magic Ability.cpp,1.2,1.3 Component.cpp,1.3,1.4 LevelRange.cpp,1.1,1.2 Me
Status: Alpha
Brought to you by:
elemings
Update of /cvsroot/ogs/dist/c++/ogs/magic In directory sc8-pr-cvs1:/tmp/cvs-serv1939/c++/ogs/magic Modified Files: Ability.cpp Component.cpp LevelRange.cpp MetamagicFeat.cpp School.cpp Spell.cpp SpellList.cpp Subschool.cpp Log Message: See C++ ChangeLog file (Mar 24) for details. Index: Ability.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/Ability.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Ability.cpp 5 Feb 2003 06:01:28 -0000 1.2 --- Ability.cpp 25 Mar 2003 06:13:13 -0000 1.3 *************** *** 21,25 **** */ ! #include "Ability.h" using ogs::core::Modifier; --- 21,25 ---- */ ! #include "ogs/magic/Ability.h" using ogs::core::Modifier; Index: Component.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/Component.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Component.cpp 27 Feb 2003 22:42:17 -0000 1.3 --- Component.cpp 25 Mar 2003 06:13:13 -0000 1.4 *************** *** 24,28 **** #include <stdexcept> ! #include "Component.h" using ogs::magic::Component; --- 24,28 ---- #include <stdexcept> ! #include "ogs/magic/Component.h" using ogs::magic::Component; Index: LevelRange.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/LevelRange.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LevelRange.cpp 7 Jan 2003 07:41:33 -0000 1.1 --- LevelRange.cpp 25 Mar 2003 06:13:13 -0000 1.2 *************** *** 21,25 **** */ ! #include "LevelRange.h" using ogs::magic::LevelRange; --- 21,25 ---- */ ! #include "ogs/magic/LevelRange.h" using ogs::magic::LevelRange; Index: MetamagicFeat.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/MetamagicFeat.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MetamagicFeat.cpp 25 Feb 2003 19:40:25 -0000 1.3 --- MetamagicFeat.cpp 25 Mar 2003 06:13:13 -0000 1.4 *************** *** 23,28 **** #include <typeinfo> ! #include "MetamagicFeat.h" ! #include "Spell.h" using ogs::magic::MetamagicFeat; --- 23,28 ---- #include <typeinfo> ! #include "ogs/magic/MetamagicFeat.h" ! #include "ogs/magic/Spell.h" using ogs::magic::MetamagicFeat; Index: School.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/School.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** School.cpp 7 Jan 2003 07:41:33 -0000 1.1 --- School.cpp 25 Mar 2003 06:13:13 -0000 1.2 *************** *** 24,28 **** #include <stdexcept> ! #include "School.h" using ogs::magic::School; --- 24,28 ---- #include <stdexcept> ! #include "ogs/magic/School.h" using ogs::magic::School; Index: Spell.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/Spell.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Spell.cpp 25 Feb 2003 19:40:26 -0000 1.2 --- Spell.cpp 25 Mar 2003 06:13:13 -0000 1.3 *************** *** 21,25 **** */ ! #include "Spell.h" using ogs::magic::Descriptors; --- 21,25 ---- */ ! #include "ogs/magic/Spell.h" using ogs::magic::Descriptors; Index: SpellList.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/SpellList.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SpellList.cpp 28 Feb 2003 11:11:25 -0000 1.1 --- SpellList.cpp 25 Mar 2003 06:13:13 -0000 1.2 *************** *** 21,25 **** */ ! #include "SpellList.h" using ogs::magic::SpellList; --- 21,25 ---- */ ! #include "ogs/magic/SpellList.h" using ogs::magic::SpellList; Index: Subschool.cpp =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/Subschool.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Subschool.cpp 7 Jan 2003 07:41:33 -0000 1.1 --- Subschool.cpp 25 Mar 2003 06:13:13 -0000 1.2 *************** *** 24,28 **** #include <stdexcept> ! #include "Subschool.h" using ogs::magic::Subschool; --- 24,28 ---- #include <stdexcept> ! #include "ogs/magic/Subschool.h" using ogs::magic::Subschool; |