]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
Added 3D sound support to the Win32 backend (DirectSound and MMSYSTEM), i.e. to the...
[xonotic/darkplaces.git] / common.h
index e452e2e0f4496eab08cb795fc1d42d4ba977a68b..cfff75b3400bdfd98a5728d3823be24cf4d89103 100644 (file)
--- a/common.h
+++ b/common.h
@@ -246,7 +246,6 @@ typedef enum gamemode_e
        GAME_TEU,
        GAME_BATTLEMECH,
        GAME_ZYMOTIC,
-       GAME_FNIGGIUM,
        GAME_SETHERAL,
        GAME_SOM,
        GAME_TENEBRAE, // full of evil hackery
@@ -279,7 +278,7 @@ typedef struct stringlist_s
        char *text;
 } stringlist_t;
 
-int matchpattern(char *in, char *pattern, int caseinsensitive);
+int matchpattern(const char *in, const char *pattern, int caseinsensitive);
 stringlist_t *stringlistappend(stringlist_t *current, char *text);
 void stringlistfree(stringlist_t *current);
 stringlist_t *stringlistsort(stringlist_t *start);