1 2 3 4 5 6 7
#include "audio.hpp" #include "ui.hpp" int main(int argc, char* argv[]) { GTKUI* gtk = new GTKUI(argc, argv); }