diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:39:51 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:39:51 +0100 |
commit | 131148b13d9cbeb8a19a638bd0b516efb70fa46e (patch) | |
tree | ea570aa2d075d62afdab6882868ef066aab64a2b /net | |
parent | c384285ed3a4283d97b9b031196b26afd1581540 (diff) |
imgs
Diffstat (limited to 'net')
-rw-r--r-- | net/net.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #ifndef NET_H #define NET_H -#include "plibsys/plibsys.h" +#include <plibsys.h> #define SERVER_PORT 25565 @@ -32,4 +32,4 @@ int net_server_recv(net_server *s, char buffer[]); void net_server_send (net_server *s, char data[], int sizeofdata); void net_server_close (net_server *s); -#endif
\ No newline at end of file +#endif |