#ifndef ENET_H #define ENET_H namespace ENet { bool add(); void remove(); } // all code after this is not checked #pragma GCC system_header #include #endif