]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Common.h
First commit
[FrontAlgorithms.git] / lib / fpa / Common.h
1 #ifndef __FPA__COMMON__H__
2 #define __FPA__COMMON__H__
3
4 #include <string>
5 #include <fpa/FrontAlgorithms_Export.h>
6
7 namespace fpa
8 {
9   std::string FrontAlgorithms_EXPORT GetVersion( );
10
11 } // ecapseman
12
13 #endif // __FPA__COMMON__H__
14
15 // eof - $RCSfile$