/* Copyright (c) 2008 Steve Sinclair * 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