1/**
2 Allows the creation of message boxes.
3*/
4#[cfg(any(feature="dialogues", test))]
5pub mod messagebox;
67/**
8 A FileBox allows you to Open or Save files.
9 (Mac currently not supported)
10*/
11#[cfg(any(feature="dialogues", test))]
12pub mod filebox;