X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fgetreplies.qh;h=583961d2246db10ce3907b411672100a92589b93;hb=90efb5467fe733b53d89c0b32da3dca8252e7f19;hp=af941a79d2397038236e479b3cab7b4d34c87525;hpb=c7809f1cf117eb207add4956bac3b3d9233101b3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/getreplies.qh b/qcsrc/server/command/getreplies.qh index af941a79d..583961d22 100644 --- a/qcsrc/server/command/getreplies.qh +++ b/qcsrc/server/command/getreplies.qh @@ -14,4 +14,7 @@ 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 getmaplist(void); +string getlsmaps(void); +string getmonsterlist(void);