diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2003-09-19 12:19:32 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2003-09-19 12:19:32 +0000 |
commit | edab184352cd14788a37c76dce147ac19f7464b4 (patch) | |
tree | 25436b1653813a1fa1e010711f8dd48be9d549a4 /shared/unstable/fringe.h | |
parent | d9cbafdcc2cc8753036a5674570dd6b0b55bf62a (diff) |
*** empty log message ***
svn path=/trunk/externals/miXed/; revision=1011
Diffstat (limited to 'shared/unstable/fringe.h')
-rw-r--r-- | shared/unstable/fringe.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/unstable/fringe.h b/shared/unstable/fringe.h new file mode 100644 index 0000000..0768183 --- /dev/null +++ b/shared/unstable/fringe.h @@ -0,0 +1,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 |