// This file contains no license whatsoever. It is provided in the public domain as an example // of how to use the audio library // // Bruce Forsberg // forsberg@tns.net // // #include #include #include #include #include #include #include "gui.h" int main(int argc, char * argv[]) { gui_build(argc, argv); }