aboutsummaryrefslogtreecommitdiff
path: root/d_global13.h
diff options
context:
space:
mode:
authordieter kovacic <d13@users.sourceforge.net>2002-07-09 12:41:56 +0000
committerdieter kovacic <d13@users.sourceforge.net>2002-07-09 12:41:56 +0000
commit7312e58d17e331d71d4f47e21bf15499609bace8 (patch)
tree23e7fba2466041f82bc29ce4adf5e7ac35d2d508 /d_global13.h
This commit was generated by cvs2svn to compensate for changes in r33,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ext13/; revision=34
Diffstat (limited to 'd_global13.h')
-rw-r--r--d_global13.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/d_global13.h b/d_global13.h
new file mode 100644
index 0000000..f10077d
--- /dev/null
+++ b/d_global13.h
@@ -0,0 +1,40 @@
+t_class *sigsend13_class;
+t_class *sigthrow13_class;
+t_class *sigreceive13_class;
+t_class *sigcatch13_class;
+
+typedef struct _sigsend13
+{
+ t_object x_obj;
+ t_symbol *x_sym;
+ int x_n;
+ float *x_vec;
+} t_sigsend13;
+
+
+typedef struct _sigreceive13
+{
+ t_object x_obj;
+ t_symbol *x_sym;
+ t_float *x_wherefrom;
+ int x_n;
+} t_sigreceive13;
+
+
+typedef struct _sigcatch13
+{
+ t_object x_obj;
+ t_symbol *x_sym;
+ int x_n;
+ float *x_vec;
+} t_sigcatch13;
+
+
+typedef struct _sigthrow13
+{
+ t_object x_obj;
+ t_symbol *x_sym;
+ t_float *x_whereto;
+ int x_n;
+} t_sigthrow13;
+