mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
12 lines
282 B
C
12 lines
282 B
C
/* This .h file declares everything you need to include seq.h */
|
|
/*
|
|
* This file gets included by an interface to seq generated by intgen
|
|
*/
|
|
#include "switches.h"
|
|
#include "stdio.h"
|
|
#include "cext.h"
|
|
#include "userio.h"
|
|
#include "midifns.h"
|
|
#include "timebase.h"
|
|
#include "moxc.h"
|