#ifndef ENET_H
#define ENET_H

namespace ENet {
    bool add();
    void remove();
}

#endif