aboutsummaryrefslogtreecommitdiff
path: root/baseurl.h
blob: 3e76538c023ba1c7dc6ad650d0293df1df1f6e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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