chiark / gitweb /
uaudio: fake blocking for play callbacks
[disorder] / plugins / execraw.c
CommitLineData
132a5a4a
RK
1/** @file plugins/execraw.c
2 * @brief Plugin to play a track by executing a command (raw mode)
3 *
4 * Shares code with @ref exec.c.
5 */
460b9539 6#define TYPE DISORDER_PLAYER_RAW
7#include "exec.c"
8
9/*
10Local Variables:
11c-basic-offset:2
12comment-column:40
13fill-column:79
14indent-tabs-mode:nil
15End:
16*/