]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qh
Start working on lsmaps reply: update lsmaps on endmatch (gametype change)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qh
index af941a79d2397038236e479b3cab7b4d34c87525..e63b898d4d3878cda061651827c284da5832745f 100644 (file)
@@ -14,4 +14,5 @@ float top_scores[LADDER_SIZE];
 // allow functions to be used in other code like g_world.qc and race.qc
 string getrecords(float page);
 string getrankings(void);
-string getladder(void);
\ No newline at end of file
+string getladder(void);
+string getlsmaps(void);