10 lines
107 B
C++
10 lines
107 B
C++
#ifndef NET_COM_HEADER
|
|
#define NET_COM_HEADER
|
|
|
|
class CCommunicate {
|
|
public:
|
|
CCommunicate();
|
|
};
|
|
|
|
#endif
|