1 2 3 4 5 6 7 8 9
#ifndef _OPTIONS_INC #define _OPTIONS_INC extern DWORD event_timeout; void InitOptions(); void DeinitOptions(); #endif