aboutsummaryrefslogtreecommitdiff
path: root/about.h
diff options
context:
space:
mode:
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);
+