ENet.h 92 B

123456789
  1. #ifndef ENET_H
  2. #define ENET_H
  3. namespace ENet {
  4. bool add();
  5. void remove();
  6. }
  7. #endif