Files
rawTherapee/rtengine/klt/error.h
Hombre 8b2eac9a3d Pipette and "On Preview Widgets" branch. See issue 227
The pipette part is already working quite nice but need to be finished. The widgets part needs more work...
2014-01-21 23:37:36 +01:00

16 lines
315 B
C

/*********************************************************************
* error.h
*********************************************************************/
#ifndef _ERROR_H_
#define _ERROR_H_
#include <cstdio>
#include <cstdarg>
void KLTError(const char *fmt, ...);
void KLTWarning(const char *fmt, ...);
#endif