cstrike15_src/matchmaking/matchmakingqos.h
2025-06-04 03:22:50 +02: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