Black and White mode issue2010

This commit is contained in:
jdc
2013-11-13 20:00:54 +01:00
commit bf155fe5a9
1551 changed files with 360369 additions and 0 deletions

15
rtengine/klt/error.h Normal file
View 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