Additional crop ratios (issue 674)

This commit is contained in:
Michael Ezra
2011-05-08 21:11:16 -04:00
commit bcdf69ef5c
683 changed files with 146444 additions and 0 deletions

26
rtengine/simpleprocess.h Normal file
View File

@@ -0,0 +1,26 @@
/*
* File: simpleprocess.h
* Author: askv
*
* Created on September 18, 2010, 8:31 PM
*/
#ifndef SIMPLEPROCESS_H
#define SIMPLEPROCESS_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
namespace rtengine {
extern Glib::Thread *batchThread;
}
#endif /* SIMPLEPROCESS_H */