1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00
Files
hl2sdk/utils/vmpi/loopback_channel.h

23 lines
465 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef LOOPBACK_CHANNEL_H
#define LOOPBACK_CHANNEL_H
#ifdef _WIN32
#pragma once
#endif
#include "ichannel.h"
// Loopback sockets receive the same data they send.
IChannel* CreateLoopbackChannel();
#endif // LOOPBACK_CHANNEL_H