blob: 0768183e83620eee5028cb54ea132c0aff835f26 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Copyright (c) 1997-2003 Miller Puckette, krzYszcz, and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
#ifndef __FRINGE_H__
#define __FRINGE_H__
void gobj_recreate(t_glist *gl, t_gobj *ob, t_binbuf *bb);
#endif
|