#ifndef MAPVOTING_H #define MAPVOTING_H #include "../common/constants.qh" void MapVote_Draw(); void Cmd_MapVote_MapDownload(float argc); float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); void Ent_MapVote(); void Net_MapVote_Picture(); float mv_active; #endif