20 lines
378 B
C
20 lines
378 B
C
|
//====== Copyright c 1996-2007, Valve Corporation, All rights reserved. =======//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//
|
||
|
//=============================================================================//
|
||
|
|
||
|
#ifndef MATCHMAKING_QOS_H
|
||
|
#define MATCHMAKING_QOS_H
|
||
|
#ifdef _WIN32
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
#include "mm_framework.h"
|
||
|
|
||
|
MM_QOS_t MM_GetQos();
|
||
|
|
||
|
#endif // #ifndef MATCHMAKING_QOS_H
|