mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 06:13:07 -06:00
6 lines
No EOL
113 B
C
6 lines
No EOL
113 B
C
//$ class TopWindow {
|
|
protected:
|
|
dword GetMMStyle() const;
|
|
|
|
virtual void MMClose() { WhenClose(); }
|
|
//$ };
|