Mercurial > foo_out_sdl
comparison foosdk/sdk/foobar2000/helpers-mac/NSComboBox+fb2k.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 |
comparison
equal
deleted
inserted
replaced
| 0:e9bb126753e7 | 1:20d02a178406 |
|---|---|
| 1 #import <Cocoa/Cocoa.h> | |
| 2 | |
| 3 #import <SDK/foobar2000.h> | |
| 4 #import <helpers/dropdown_helper.h> | |
| 5 | |
| 6 namespace fb2k { | |
| 7 void comboSetupHistory(NSComboBox *, cfg_dropdown_history & var); | |
| 8 void comboAddToHistory(NSComboBox *, cfg_dropdown_history & var); | |
| 9 } |
