blob: e1c8e4e8716b12ceed20390479a992147d6d7af0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* Copyright (c) 1997-1999 Miller Puckette.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
void pdgui_vmess(char *fmt, ...);
void pdgui_mess(char *s);
void pdgui_evalfile(char *s);
#define GUISTRING 1000
/* Copyright (c) 1997-1999 Miller Puckette.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
void pdgui_vmess(char *fmt, ...);
void pdgui_mess(char *s);
void pdgui_evalfile(char *s);
#define GUISTRING 1000
|