Update of /cvsroot/ogs/dist/c++/ogs/spells
In directory sc8-pr-cvs1:/tmp/cvs-serv1939/c++/ogs/spells
Modified Files:
Conjurations.h
Log Message:
See C++ ChangeLog file (Mar 24) for details.
Index: Conjurations.h
===================================================================
RCS file: /cvsroot/ogs/dist/c++/ogs/spells/Conjurations.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Conjurations.h 23 Mar 2003 22:14:36 -0000 1.1
--- Conjurations.h 25 Mar 2003 06:13:14 -0000 1.2
***************
*** 1,4 ****
/*
! * Conjurations.h -- declarations for Conjuration spells
* Copyright (C) 2002 Eric Lemings <ele...@us...>
*
--- 1,4 ----
/*
! * Conjurations.h -- declarations for conjuration spells
* Copyright (C) 2002 Eric Lemings <ele...@us...>
*
***************
*** 21,33 ****
*/
! #ifdef __cplusplus
!
! # ifndef OGS_SPELLS_CONJURATIONS_H
! # define OGS_SPELLS_CONJURATIONS_H
!
! # include <ogs/spells/conjurations/CureWounds.h>
! # endif /* !defined OGS_SPELLS_CONJURATIONS_H */
! #endif /* defined __cplusplus */
--- 21,29 ----
*/
! #ifndef OGS_SPELLS_CONJURATIONS_H
! # define OGS_SPELLS_CONJURATIONS_H
! # include <ogs/spells/conjurations/CureWounds.h>
! #endif /* !defined OGS_SPELLS_CONJURATIONS_H */
|