mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
13 lines
341 B
C
13 lines
341 B
C
/* localptrs.h -- extend XLISP with these functions
|
|
*
|
|
* CHANGE LOG
|
|
* 28-Apr-03 rbd Removed "include switches.h" -- already included
|
|
* 12-Feb-18 jkc Added "include audacityfnintptrs.h" -- for internal Audacity commands
|
|
*/
|
|
|
|
/* extension to xlisp */
|
|
#include "sndfnintptrs.h"
|
|
#include "seqfnintptrs.h"
|
|
#include "audacityfnintptrs.h"
|
|
|