mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 08:13:54 +01:00
12 lines
122 B
C
12 lines
122 B
C
/* stkinit.h -- set up stk path */
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void stk_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|