HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
audio_system_asio.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "audio_system.hpp"
7#include "../macros.hpp"
8
9hi_export_module(hikogui.audio.audio_system_asio);
10
11hi_export namespace hi { inline namespace v1 {
12
13hi_export class audio_system_asio : public audio_system {
14};
15
16}} // namespace hi::inline v1
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
Definition audio_system.hpp:22
Definition audio_system_asio.hpp:13