1 2 3 4 5 6 7 8 9
#ifndef _SERVER_CON_INC #define _SERVER_CON_INC extern int status; void InitServerConnection(); void DeinitServerConnection(); #endif