#ifndef WRAPPER_HPP
#define WRAPPER_HPP
#ifndef macintosh
#define macintosh 1
#endif
#include "melder/Melder.h"
#include "sys/Thing.h"
#include "fon/Sound.h"
#include "LPC/LPC.h"
#include "Melder.h"
#include "Thing.h"
#include "Data.h"
#include "Sampled.h"
#include "Sound.h"
#include "LPC.h"
extern "C" {
void structThing_staticInit();
void structData_staticInit();
void structVector_staticInit();
void structSampled_staticInit();
void structSound_staticInit();
struct structSound* rustmouth_Sound_create(
long long channels, double xmin, double xmax,
long long nx, double dx, double x1
);
}
#endif