stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/unit ccl_unit.c


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/src/unit ccl_unit.c
Date: Wed, 19 Nov 2003 20:01:49 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/11/19 20:01:49

Modified files:
        src/unit       : ccl_unit.c 

Log message:
        Changed CclGetResourceByName

Patches:
Index: stratagus/src/unit/ccl_unit.c
diff -u stratagus/src/unit/ccl_unit.c:1.77 stratagus/src/unit/ccl_unit.c:1.78
--- stratagus/src/unit/ccl_unit.c:1.77  Sat Nov 15 09:50:06 2003
+++ stratagus/src/unit/ccl_unit.c       Wed Nov 19 20:01:49 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: ccl_unit.c,v 1.77 2003/11/15 14:50:06 jsalmon3 Exp $
+//     $Id: ccl_unit.c,v 1.78 2003/11/20 01:01:49 jsalmon3 Exp $
 
 //@{
 
@@ -62,6 +62,8 @@
     /// Get resource by name
 extern unsigned CclGetResourceByName(SCM ptr);
 #elif defined(USE_LUA)
+    /// Get resource by name
+extern unsigned CclGetResourceByName(lua_State* l);
 #endif
 
 /**




reply via email to

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