mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-21 04:56:01 +08:00
Update from SDK 2013
This commit is contained in:

committed by
Nicholas Hastings

parent
6d5c024820
commit
94b660e16e
22
utils/vmpi/loopback_channel.h
Normal file
22
utils/vmpi/loopback_channel.h
Normal file
@ -0,0 +1,22 @@
|
||||
//========= Copyright 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
|
Reference in New Issue
Block a user