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 --- about.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 about.h (limited to 'about.h') diff --git a/about.h b/about.h new file mode 100644 index 0000000..737f13a --- /dev/null +++ b/about.h @@ -0,0 +1,12 @@ + +typedef struct _about +{ + t_object x_obj; + t_float x_err; +} t_about; + +static void *about_new( t_float t ); +static void about_set_err( t_about *x, t_float f ); +static void about_float( t_about *x, t_float f ); +static void about_free(t_about *x); + -- cgit v1.2.1