Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Gametypes.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include "../../../Common/Types.h"
5 
6 namespace halo { namespace server { namespace gametypes {
7 
8  bool IsValidGametype(const std::wstring& gametype);
9  bool BuildGametypeList();
10  bool ReadGametypeData(const std::wstring& gametype, BYTE* out,
11  DWORD outSize);
12 
13 }}}