aboutsummaryrefslogtreecommitdiff
path: root/about.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-07 14:32:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-07 14:32:29 +0000
commit1baf1d957e195290cfd59089767ca63a547a9917 (patch)
tree38a48f9bffeb97d2f69934447be073a1728bf779 /about.h
This commit was generated by cvs2svn to compensate for changes in r1560,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/mjlib/; revision=1561
Diffstat (limited to 'about.h')
-rw-r--r--about.h12
1 files changed, 12 insertions, 0 deletions
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);
+