/** @file plugins/execraw.c * @brief Plugin to play a track by executing a command (raw mode) * * Shares code with @ref exec.c. */ #define TYPE DISORDER_PLAYER_RAW #include "exec.c" /* Local Variables: c-basic-offset:2 comment-column:40 fill-column:79 indent-tabs-mode:nil End: */