forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21070 a1c6a512-1295-4272-9138-f99709370657
11 lines
305 B
C
11 lines
305 B
C
/* 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
|
|
|