/*! * @file network_manager.h * Main interface for the network module. Manages all the modules */ #ifndef _NETWORK_MANAGER #define _NETWORK_MANAGER #ifdef HAVE_SDL_NET_H #include #else #include #endif typedef unsigned char byte; #endif /* _NETWORK_MANAGER */