#define ENET_IMPLEMENTATION #include "network/ENet.h" ENet::~ENet() { enet_deinitialize(); } bool ENet::init() { return enet_initialize() != 0; }