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