Renaming profile Tuned-1 to Highkey-1

This commit is contained in:
Michael Ezra
2012-01-25 22:31:30 -05:00
commit 2276b39390
1381 changed files with 292559 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(char *fmt, ...);
void KLTWarning(char *fmt, ...);
#endif