Updated Japanese translation on behalf of a3novy, issue 1110

This commit is contained in:
DrSlony
2011-11-13 16:28:22 +00:00
commit 635435adc9
1296 changed files with 278689 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