blob: c596136fba77546e645117aa0a18e0e9af655d80 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __POPUP_OPTIONS__
#define __POPUP_OPTIONS__
BOOL CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
void RefreshPopupOptionsDlg(HWND,HWND,HWND,HWND,HWND,HWND);
int onRegisterPopOptions(WPARAM,LPARAM);
#endif
|