From 36b48fabcf54a65541b08c0835b53daebd9357f6 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 1 Apr 2009 23:28:24 +0000 Subject: replaced remaining dyn, dyn_py, idelay svn path=/trunk/; revision=10953 --- externals/grill/dyn/dyn_pd.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 externals/grill/dyn/dyn_pd.h (limited to 'externals/grill/dyn/dyn_pd.h') diff --git a/externals/grill/dyn/dyn_pd.h b/externals/grill/dyn/dyn_pd.h deleted file mode 100644 index 3832fe04..00000000 --- a/externals/grill/dyn/dyn_pd.h +++ /dev/null @@ -1,31 +0,0 @@ -/* -dyn - dynamical object management - -Copyright (c)2003-2004 Thomas Grill (gr@grrrr.org) -For information on usage and redistribution, and for a DISCLAIMER OF ALL -WARRANTIES, see the file, "license.txt," in this distribution. -*/ - -#ifndef __DYN_PD_H -#define __DYN_PD_H - -#include "dyn.h" - -#ifdef _MSC_VER -#pragma warning(disable: 4091 4244) -#endif -extern "C" { -#include "m_imp.h" -#include "g_canvas.h" -} - -#include -#ifdef _MSC_VER -#include -#define ASSERT _ASSERTE -#else -#define ASSERT assert -#endif - -#endif - -- cgit v1.2.1