mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
13 lines
93 B
C
13 lines
93 B
C
|
|
||
|
#ifndef __SOCKET_LAYER_H
|
||
|
#define __SOCKET_LAYER_H
|
||
|
|
||
|
class SocketLayer
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif
|
||
|
|