1
This commit is contained in:
19
engine/matchmakingqos.h
Normal file
19
engine/matchmakingqos.h
Normal file
@ -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
|
Reference in New Issue
Block a user