Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MapVote.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <vector>
5 
6 class COutStream;
8 
9 namespace commands { class CArgParser; }
10 
11 namespace halo {
12  struct s_player;
13  namespace server {
14  namespace maploader {
15  struct s_phasor_mapcycle_entry;
16  }
17  namespace mapvote {
18 
19  bool GetVoteDecision(maploader::s_phasor_mapcycle_entry& out);
20  bool OnServerChat(const halo::s_player& player, const std::wstring& msg);
21  void BeginVote();
22 
23  // --------------------------------------------------------------------
24  //
26  commands::CArgParser& args, COutStream& out);
28  commands::CArgParser& args, COutStream& out);
30  commands::CArgParser& args, COutStream& out);
32  commands::CArgParser& args, COutStream& out);
34  commands::CArgParser& args, COutStream& out);
36  commands::CArgParser& args, COutStream& out);
37 }}}
38