diff options
Diffstat (limited to 'engine/matchmakingqos.h')
| -rw-r--r-- | engine/matchmakingqos.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engine/matchmakingqos.h b/engine/matchmakingqos.h new file mode 100644 index 0000000..4e61413 --- /dev/null +++ b/engine/matchmakingqos.h @@ -0,0 +1,19 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// + +#ifndef MATCHMAKING_QOS_H +#define MATCHMAKING_QOS_H +#ifdef _WIN32 +#pragma once +#endif + +#include "engine/imatchmaking.h" + +MM_QOS_t MM_GetQos(); + +#endif // #ifndef MATCHMAKING_QOS_H |