]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
Remove pointless static guards
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 695568b3e158a731a00cdfca5736b8d5e87d82c8..6ec56ee11cd67c1e51f04fb8207a2f6cf0e9e159 100644 (file)
        #define MAC_STATIC
 #endif
 
-#if 1
-       #ifdef WIN32
-               #define Q_stricmp           stricmp
-               #define Q_strncasecmp       strnicmp
-       #else
-               #define Q_stricmp           strcasecmp
-               #define Q_strncasecmp       strncasecmp
-       #endif
+#ifdef WIN32
+       #define Q_stricmp           stricmp
+       #define Q_strncasecmp       strnicmp
+#else
+       #define Q_stricmp           strcasecmp
+       #define Q_strncasecmp       strncasecmp
 #endif
 
 /* macro version */
@@ -1851,6 +1849,11 @@ void                        StitchSurfaceLightmaps( void );
 void                        StoreSurfaceLightmaps( qboolean fastAllocate );
 
 
+/* exportents.c */
+void                        ExportEntities( void );
+int                         ExportEntitiesMain( int argc, char **argv );
+
+
 /* image.c */
 void                        ImageFree( image_t *image );
 image_t                     *ImageFind( const char *filename );
@@ -1956,6 +1959,8 @@ Q_EXTERN game_t games[]
                                                                #include "game_xonotic.h" /* most be after game_quake3.h as they share defines! */
        ,
                                                                #include "game_tremulous.h" /*LinuxManMikeC: must be after game_quake3.h, depends on #define's set in it */
+       ,
+                                                               #include "game_unvanquished.h"
        ,
                                                                #include "game_tenebrae.h"
        ,