From 1baf1d957e195290cfd59089767ca63a547a9917 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 7 Apr 2004 14:32:29 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r1560, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/mjlib/; revision=1561 --- things.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 things.h (limited to 'things.h') diff --git a/things.h b/things.h new file mode 100644 index 0000000..7c20e80 --- /dev/null +++ b/things.h @@ -0,0 +1,18 @@ + +#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus) +extern "C" { +#endif + +void pin_tilde_setup(); +void metroplus_setup(void); +void monorhythm_setup(void); +void prob_setup(void); +void about_setup(void); +void synapseA_tilde_setup(void); +void convolve_tilde_setup(void); +void n2m_setup(void); +void morse_setup(void); + +#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus) +} +#endif \ No newline at end of file -- cgit v1.2.1