Mercurial > foo_out_sdl
annotate foosdk/sdk/foobar2000/helpers-mac/fooPreferencesCommon.h @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 1 | 1 #import <Cocoa/Cocoa.h> |
| 2 #import <SDK/foobar2000.h> | |
| 3 | |
| 4 typedef NSViewController fooPreferencesCommon; | |
| 5 | |
| 6 template<typename obj_t> | |
| 7 class preferences_mac_common : public preferences_page_v4 { | |
| 8 public: | |
| 9 service_ptr instantiate() override { | |
| 10 return fb2k::wrapNSObject( [obj_t new] ); | |
| 11 } | |
| 12 }; |
