aboutsummaryrefslogtreecommitdiff
path: root/about.h
blob: 389442d1ee842ddb80b809965c4c744cc8c322d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "m_pd.h"

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);