sintonia/library/ecasound/pyecasound/pyecasound.h
Paul Baranowski 6a39e4f5f5 Removed the Debian directory.
Renamed directory "dev" to "dev_tools".

Replaced the ecasound-2.7.2 with a new download of ecasound.  The reason is
that the previous ecasound directory had all the Makefiles checked in with
hardcoded paths from Naomi's computer.  This prevented anyone else from
being able to build.  I copied over the modified version of ecacontrol.py.
2011-03-09 18:20:34 -05:00

14 lines
165 B
C

#ifndef INCLUDED_PYECASOUND_H
#define INCLUDED_PYECASOUND_H
#ifdef __cplusplus
extern "C" {
#endif
void initpyecasound(void);
#ifdef __cplusplus
}
#endif
#endif