csgo-2018-source/matchmaking/matchmakingqos.h

20 lines
378 B
C
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//====== 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