#ifndef M_CKL_OPTIONS_H
#define M_CKL_OPTIONS_H

#include "commonheaders.h"

INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);

#endif