LMMS
Loading...
Searching...
No Matches
SFZDebug.h
Go to the documentation of this file.
1/*************************************************************************************
2 * Original code copyright (C) 2012 Steve Folta
3 * Converted to Juce module (C) 2016 Leo Olivers
4 * Forked from https://github.com/stevefolta/SFZero
5 * For license info please see the LICENSE file distributed with this source code
6 *************************************************************************************/
7#ifndef SFZDEBUG_H_INCLUDED
8#define SFZDEBUG_H_INCLUDED
9
10#include "SFZCommon.h"
11
12#ifdef DEBUG
13
14namespace sfzero
15{
16void dbgprintf(const char *msg, ...);
17}
18
19#endif
20
21#endif // SFZDEBUG_H_INCLUDED
const char * msg
Definition missing_descriptor.c:20
Definition SFZDebug.cpp:11