File: h2pw.h

package info (click to toggle)
rsynth 2.0-2
  • links: PTS
  • area: non-free
  • in suites: hamm, slink
  • size: 716 kB
  • ctags: 544
  • sloc: ansic: 5,535; sh: 1,246; makefile: 116
file content (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#ifdef  JONS_PARWAVE 
#include "parwave.h"
extern klatt_frame_t def_pars;
extern klatt_global_t klatt_global;
extern int init_synth PROTO((int argc,char *argv[]));
#else
#include "nsynth.h"
#endif