mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-04 22:03:29 -06:00
8 lines
No EOL
138 B
C
8 lines
No EOL
138 B
C
//$ class TopWindow {
|
|
protected:
|
|
friend struct MMImp;
|
|
|
|
dword GetMMStyle() const;
|
|
|
|
virtual void MMClose() { WhenClose(); }
|
|
//$ };
|