aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/dyn_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn/dyn_pd.h')
-rw-r--r--externals/grill/dyn/dyn_pd.h31
1 files changed, 0 insertions, 31 deletions
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 <assert.h>
-#ifdef _MSC_VER
-#include <crtdbg.h>
-#define ASSERT _ASSERTE
-#else
-#define ASSERT assert
-#endif
-
-#endif
-