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...
This commit is contained in:
15
rtengine/klt/error.h
Normal file
15
rtengine/klt/error.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*********************************************************************
|
||||
* error.h
|
||||
*********************************************************************/
|
||||
|
||||
#ifndef _ERROR_H_
|
||||
#define _ERROR_H_
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
|
||||
void KLTError(const char *fmt, ...);
|
||||
void KLTWarning(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user