#ifndef __POPUP_OPTIONS__
#define __POPUP_OPTIONS__

INT_PTR CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
void RefreshPopupOptionsDlg(HWND,HWND,HWND,HWND,HWND,HWND);
int onRegisterPopOptions(WPARAM,LPARAM);

#endif