stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/include spells.h


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/include spells.h
Date: 14 Dec 2003 06:38:20 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/14 06:38:20

Modified files:
        src/include    : spells.h 

Log message:
        Added support for Reclaim spell.

Patches:
Index: stratagus/src/include/spells.h
diff -u stratagus/src/include/spells.h:1.40 stratagus/src/include/spells.h:1.41
--- stratagus/src/include/spells.h:1.40 Sun Nov 30 15:21:23 2003
+++ stratagus/src/include/spells.h      Sun Dec 14 06:38:20 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: spells.h,v 1.40 2003/11/30 04:21:23 jsalmon3 Exp $
+//     $Id: spells.h,v 1.41 2003/12/13 19:38:20 mohydine Exp $
 
 #ifndef __SPELLS_H__
 #define __SPELLS_H__
@@ -328,8 +328,6 @@
 // return 0, 1, 2 for true, only, false.
 extern char Scm2Condition(SCM value);
 #elif defined(USE_LUA)
-extern unsigned CclGetSpellByIdent(lua_State* l);
-
 // return 0, 1, 2 for true, only, false.
 extern char Ccl2Condition(lua_State* l, const char* value);
 #endif
@@ -348,7 +346,7 @@
 SpellFunc CastDeathCoil;
 SpellFunc CastSpawnPortal;
 SpellFunc CastSpawnMissile;
-
+SpellFunc CastReclaim;
 //@}
 
 #endif // !__SPELLS_H__




reply via email to

[Prev in Thread] Current Thread [Next in Thread]