blob: a6943679c23c5ca35811bf9651e1c8fe53963833 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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
|