aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
blob: 1c9a217b8691b4c4e95ea58238976114105e4ef1 (plain)
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);
}