aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/src/configuration.h
blob: 4189315af6a9858e09d7ea2f6eba3ff2d1e3ec67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "types.h"

#include <map>

namespace midi_router
{

struct Configuration
{

    Device_Map const devices;
    Route_Map const routes;
};

} // namespace midi_router