aboutsummaryrefslogtreecommitdiff
path: root/baseurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseurl.h')
-rw-r--r--baseurl.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/baseurl.h b/baseurl.h
new file mode 100644
index 0000000..3e76538
--- /dev/null
+++ b/baseurl.h
@@ -0,0 +1,15 @@
+/* Copyright (c) 2008 Steve Sinclair <radarsat1@gmail.com>
+ * For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ * WARRANTIES, see the file, "LICENSE.txt," that comes with Pd.
+ */
+
+#ifndef BASEURL_H
+#define BASEURL_H
+
+typedef struct _baseurl
+{
+ t_object x_obj;
+ t_atom url;
+} t_baseurl;
+
+#endif // BASEURL_H