mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-17 06:34:08 +00:00
6 lines
135 B
C
6 lines
135 B
C
#include <Mw/Milsko.h>
|
|
|
|
MwWidget MwDirectoryChooser(MwWidget handle, const char* title) {
|
|
return MwFileChooserEx(handle, title, 1);
|
|
}
|