#ifndef _OPTIONS_INC #define _OPTIONS_INC #include "resource.h" typedef struct Options_tag { int dummy; } Options; extern Options options; int OptInit(WPARAM wParam, LPARAM lParam); void LoadOptions(); void SaveOptions(); #endif