# | Line 2 | Line 2 | |
---|---|---|
2 | // | |
3 | // Douglas Thrift | |
4 | // | |
5 | < | // $Id: Chooser.h,v 1.1 2003/08/16 23:09:44 douglas Exp $ |
5 | > | // $Id: Chooser.h,v 1.2 2003/08/17 03:55:39 douglas Exp $ |
6 | ||
7 | #ifndef _Chooser_h_ | |
8 | #define _Chooser_h_ | |
# | Line 19 | Line 19 | public: | |
19 | Chooser() { shortcut = false; choice = none; } | |
20 | ~Chooser() {} | |
21 | Mode choose(HWND parent = NULL); | |
22 | – | friend INT_PTR CALLBACK smersh(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
22 | }; | |
23 | ||
24 | #endif // _Chooser_h_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |