chiark
/
gitweb
/
~mdw
/
disorder
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Split up tracklength module into separate files for each file format.
[disorder]
/
plugins
/
execraw.c
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
*/
6
#define TYPE DISORDER_PLAYER_RAW
7
#include "exec.c"
8
9
/*
10
Local Variables:
11
c-basic-offset:2
12
comment-column:40
13
fill-column:79
14
indent-tabs-mode:nil
15
End:
16
*/