diff options
Diffstat (limited to 'common/ClientNetMessage.cpp')
| -rw-r--r-- | common/ClientNetMessage.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/common/ClientNetMessage.cpp b/common/ClientNetMessage.cpp new file mode 100644 index 0000000..175cfd2 --- /dev/null +++ b/common/ClientNetMessage.cpp @@ -0,0 +1,19 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +// ClientNetMessage.cpp: implementation of the CClientNetMessage class. +// +////////////////////////////////////////////////////////////////////// + +#include "ClientNetMessage.h" + +////////////////////////////////////////////////////////////////////// +// Construction/Destruction +////////////////////////////////////////////////////////////////////// + + + |