Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cClientStream.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cClientStream_H
7 #define _INC_cClientStream_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../GrayLibBase.h"
14 
15 namespace GrayLib
16 {
18  {
21 
22  public:
23  cClientStream();
24  virtual ~cClientStream();
25 
27  };
28 }
29 
30 #endif // _INC_cClientStream_H
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cClientStream.h:18
UNITTEST_FRIEND(cClientStream)
Definition: cMesh.h:22