From 57045df5fe3ec557e57dc7434ac1a07b5521bffc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 29 Jul 2002 17:06:19 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r58, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=59 --- pd/src/t_tk.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pd/src/t_tk.h (limited to 'pd/src/t_tk.h') diff --git a/pd/src/t_tk.h b/pd/src/t_tk.h new file mode 100644 index 00000000..a6943679 --- /dev/null +++ b/pd/src/t_tk.h @@ -0,0 +1,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 -- cgit v1.2.1