aboutsummaryrefslogtreecommitdiff
path: root/externals/build/include/t_tk.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-04-12 11:43:07 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-04-12 11:43:07 +0000
commit9f2f39cf359aa190c3e403563a3340ba286d04a1 (patch)
tree8184165ddae86df806d37e8e80e21ec8a41dcb14 /externals/build/include/t_tk.h
parent4bb8ab407fc637b82308c4722e701b5ab2f4fe09 (diff)
use the real-header files (found in $CVSROOT/pd/src) instead of outdated ones
svn path=/trunk/; revision=2732
Diffstat (limited to 'externals/build/include/t_tk.h')
-rw-r--r--externals/build/include/t_tk.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/externals/build/include/t_tk.h b/externals/build/include/t_tk.h
index a6943679..6f441d47 100644
--- a/externals/build/include/t_tk.h
+++ b/externals/build/include/t_tk.h
@@ -1,10 +1 @@
-/* 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
+#include "../../pd/src/t_tk.h"