blob: 28495dfae6e154423ffe6013ecbcbddb7dd38a22 (
plain)
1
2
3
4
5
6
7
8
|
#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
|