ENet.h 193 B

12345678910111213
  1. #ifndef ENET_H
  2. #define ENET_H
  3. namespace ENet {
  4. bool add();
  5. void remove();
  6. }
  7. // all code after this is not checked
  8. #pragma GCC system_header
  9. #include <libs/enet/include/enet.h>
  10. #endif