[ogs-changes] dist/c++/ogs/spells Namespace.h,1.2,1.3
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-18 01:41:10
|
Update of /cvsroot/ogs/dist/c++/ogs/spells In directory sc8-pr-cvs1:/tmp/cvs-serv25962/c++/ogs/spells Modified Files: Namespace.h Log Message: See C++ ChangeLog (Apr 17) for details. Index: Namespace.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/spells/Namespace.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Namespace.h 5 Feb 2003 06:01:29 -0000 1.2 --- Namespace.h 18 Apr 2003 01:41:07 -0000 1.3 *************** *** 36,39 **** --- 36,44 ---- * to organize the spell classes. The classes in this package are used * as the base classes for these spells. + * + * @todo + * Change the school and subschool virtual functions into data members + * of the @c Spell class passed in by the constructor. Remove the base + * classes for spells. */ # define OGS_BEGIN_SPELLS_NAMESPACE \ |