mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
13 lines
93 B
C
13 lines
93 B
C
![]() |
|
||
|
#ifndef __SOCKET_LAYER_H
|
||
|
#define __SOCKET_LAYER_H
|
||
|
|
||
|
class SocketLayer
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif
|
||
|
|