aboutsummaryrefslogtreecommitdiff
path: root/shared/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/shared.c')
-rw-r--r--shared/shared.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/shared.c b/shared/shared.c
new file mode 100644
index 0000000..d6d2c98
--- /dev/null
+++ b/shared/shared.c
@@ -0,0 +1,11 @@
+/* Copyright (c) 2003 krzYszcz and others.
+ * For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
+
+#include "m_pd.h"
+#include "shared.h"
+
+void shared_debug(void)
+{
+ /* LATER */
+}