]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_keyhunt.qh
Another gamemode specific file and check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_keyhunt.qh
index 4d1645d02c0201ecebe82485e1f771f025e69b82..3fa347ea618b7e027336050f05495829122d6f35 100644 (file)
@@ -16,4 +16,7 @@ void kh_Controller_SetThink(float t, kh_Think_t func);
 
 void kh_Key_DropAll(entity player, float suicide);
 
+entity kh_worldkeylist;
+.entity kh_worldkeynext;
+
 #endif