Restoring changeset 286a06753099

This commit is contained in:
Emil Martinec
2011-11-30 15:59:32 -06:00
commit 7913104911
1306 changed files with 280338 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 <stdio.h>
#include <stdarg.h>
void KLTError(char *fmt, ...);
void KLTWarning(char *fmt, ...);
#endif