X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmapvoting.qh;h=18194b7b6b08362a942bef1b0514b9a211ff805f;hb=403009a6838f98e3857e5708f5402c781ec003ce;hp=d2eff1cf08ec0422fef2292e25326ee96244ac65;hpb=77f03e6ce033bef39ac19e0e7cb6e606ffcb26db;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mapvoting.qh b/qcsrc/server/mapvoting.qh index d2eff1cf0..18194b7b6 100644 --- a/qcsrc/server/mapvoting.qh +++ b/qcsrc/server/mapvoting.qh @@ -1,10 +1,13 @@ #ifndef MAPVOTING_H #define MAPVOTING_H +#include "../common/constants.qh" + // definitions for functions used outside mapvoting.qc void MapVote_Start(); void MapVote_Spawn(); void MapVote_Think(); +void MapVote_SendPicture(float id); float GameTypeVote_Start(); float GameTypeVote_Finished(float pos); string GameTypeVote_MapInfo_FixName(string m);