bomberstudent_server.h 378 B

12345678910111213141516171819202122
  1. /*
  2. * File: bomberstudent_server.h
  3. * Author: Arthur Brandao
  4. *
  5. * Created on 14 novembre 2018
  6. */
  7. #ifndef BOMBERSTUDENT_SERVER_H
  8. #define BOMBERSTUDENT_SERVER_H
  9. /* --- Include --- */
  10. #include "constante.h"
  11. /* --- Constantes --- */
  12. #define PORT_UDP 18624
  13. #define PORT_TCP 18642
  14. /* --- Fonctions --- */
  15. boolean launch_udp_server(int);
  16. #endif /* BOMBERSTUDENT_SERVER_H */