From 9f2f39cf359aa190c3e403563a3340ba286d04a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 12 Apr 2005 11:43:07 +0000 Subject: use the real-header files (found in $CVSROOT/pd/src) instead of outdated ones svn path=/trunk/; revision=2732 --- externals/build/include/t_tk.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'externals/build/include/t_tk.h') 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" -- cgit v1.2.1