16 lines
316 B
C++
16 lines
316 B
C++
#ifndef CS_SETTINGSWRAPPER_HPP
|
|
#define CS_SETTINGSWRAPPER_HPP
|
|
|
|
// ---- User Settings ---- //
|
|
// ======================= //
|
|
#include "NamespaceSettings.hpp"
|
|
#include "Settings.hpp"
|
|
|
|
#ifndef MIDI_NUM_CABLES
|
|
#define MIDI_NUM_CABLES 1
|
|
#endif
|
|
|
|
#include <AH/Settings/SettingsWrapper.hpp>
|
|
|
|
#endif // CS_SETTINGSWRAPPER_HPP
|