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