X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=8d184a95d7417609280f3f58263b59912c7e8b7b;hp=2f95102a990bf84571b8010cff9b55c674991dca;hb=ce80a3d3800ee2f5ce8a8d93ccb6b835a46ec5f6;hpb=641c47df604de42c11c68a7d80813b29affcefb2 diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 2f95102a9..8d184a95d 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -3,7 +3,9 @@ #include void MapVote_Draw(); -void Cmd_MapVote_MapDownload(float argc); +bool PreviewExists(string name); + +void Cmd_MapVote_MapDownload(int argc); float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);