include/interface.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Dec 2008 15:56:39 +0100
changeset 0 06dd3b8d90ad
permissions -rw-r--r--
Virtual Reader committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 *  $Id: interface.h 48 2008-01-09 23:59:19Z mbroeker $
 * $URL: http://localhost/svn/c/VirtualReader/trunk/include/interface.h $
 */

#ifndef INTERFACE_H
#define INTERFACE_H

#ifdef PROSER
#include <proser_interface.h>
#endif

#ifdef MBROLA
#include <mbrola_interface.h>
#endif

#ifdef FESTIVAL
#include <festival_interface.h>
#endif

#endif