aboutsummaryrefslogtreecommitdiff
path: root/src/ann.h
diff options
context:
space:
mode:
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