mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
13 lines
93 B
C
13 lines
93 B
C
|
|
||
|
#ifndef __SOCKET_LAYER_H
|
||
|
#define __SOCKET_LAYER_H
|
||
|
|
||
|
class SocketLayer
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif
|
||
|
|