aboutsummaryrefslogtreecommitdiff
path: root/src/ann.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2002-10-14 17:16:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2002-10-14 17:16:51 +0000
commit3505bf1cfec70eebcf508b67f3fd8ba55eee4421 (patch)
tree76b517de2fcc6e6b0333d076ce23674f42324935 /src/ann.h
This commit was generated by cvs2svn to compensate for changes in r172,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ann/; revision=173
Diffstat (limited to 'src/ann.h')
-rw-r--r--src/ann.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ann.h b/src/ann.h
new file mode 100644
index 0000000..48452d8
--- /dev/null
+++ b/src/ann.h
@@ -0,0 +1,15 @@
+/* ********************************************** */
+/* the ANN external */
+/* ********************************************** */
+/* forum::für::umläute */
+/* ********************************************** */
+
+#ifndef INCLUDE_ANN_H__
+#define INCLUDE_ANN_H__
+
+#include "m_pd.h"
+
+/* to beautify the logo make sure to make the VERSION-info 4 chars long */
+#define VERSION "0.1."
+
+#endif