stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/src/include font.h
Date: Wed, 12 Nov 2003 15:13:44 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/11/12 15:13:44

Modified files:
        src/include    : font.h 

Log message:
        Started lua support

Patches:
Index: stratagus/src/include/font.h
diff -u stratagus/src/include/font.h:1.29 stratagus/src/include/font.h:1.30
--- stratagus/src/include/font.h:1.29   Fri Jul 11 10:35:30 2003
+++ stratagus/src/include/font.h        Wed Nov 12 15:13:43 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: font.h,v 1.29 2003/07/11 14:35:30 n0body Exp $
+//     $Id: font.h,v 1.30 2003/11/12 20:13:43 jsalmon3 Exp $
 
 #ifndef __FONT_H__
 #define __FONT_H__
@@ -178,7 +178,11 @@
     /// Check if font is loaded
 extern int IsFontLoaded(unsigned font);
     /// Font symbol to id
+#if defined(USE_GUILE) || defined(USE_SIOD)
 extern int CclFontByIdentifier(SCM type);
+#elif defined(USE_LUA)
+extern int CclFontByIdentifier(const char* type);
+#endif
 
 //@}
 




reply via email to

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