From 3505bf1cfec70eebcf508b67f3fd8ba55eee4421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 14 Oct 2002 17:16:51 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r172, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ann/; revision=173 --- src/ann.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/ann.h (limited to 'src/ann.h') 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 -- cgit v1.2.1