8 lines
150 B
C
8 lines
150 B
C
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
|
#ifndef ECDB_AUDIO_H
|
|
#define ECDB_AUDIO_H
|
|
|
|
void ecdb_audio_project_start(Ecdb_Audio_Project *proj);
|
|
|
|
#endif
|