csgo-2018-source/matchmaking/matchmakingqos.h
2021-07-24 21:11:47 -07:00

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