FotoSHOCK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
operationloader.h
1 #ifndef OPERATIONLOADER_H
2 #define OPERATIONLOADER_H
3 
4 #include <vector>
5 #include <ImageOperation.hpp>
6 
7 std::vector<FotoSHOCKcore::ImageOperationDescriptor*> loadOperations();
8 
9 void freeOperations(const std::vector<FotoSHOCKcore::ImageOperationDescriptor*>& vec);
10 
11 #endif