aboutsummaryrefslogtreecommitdiffstats
path: root/gui/main.cpp
blob: ae6ecb47d06ecbd535494f4904ba5b45b1e3add2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "stmdsp.hpp"
#include "wxapp.hpp"

#include <iostream>
#include <wx/app.h>

wxIMPLEMENT_APP(MainApp);

//int main()
//{
//    stmdsp::scanner scanner;
//
//    scanner.scan();
//    for (const auto& device : scanner.devices())
//        std::cout << "Found stmdsp at: " << device.path() << std::endl;
//
//    return 0;
//}