Elaborato_SO/inc/server.h

8 lines
119 B
C
Raw Normal View History

2023-05-14 17:07:34 +02:00
#ifndef SERVER_H
#define SERVER_H
2023-05-14 18:08:10 +02:00
#include <structures.h>
2023-05-14 17:53:38 +02:00
2023-05-14 18:08:10 +02:00
input_server_t check_input(int argc, char *argv[]);
2023-05-14 17:07:34 +02:00
#endif