aboutsummaryrefslogtreecommitdiff
path: root/shared/shared.c
blob: d6d2c986391611ef5892e185c9f324c26d6c3f6b (plain)
1
2
3
4
5
6
7
8
9
10
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 */
}