]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Base/Version.h
...
[FrontAlgorithms.git] / lib / fpa / Base / Version.h
1 // =========================================================================
2 // @author Leonardo Florez Valencia
3 // @email florez-l@javeriana.edu.co
4 // =========================================================================
5
6 #ifndef __fpa__Base__Version__h__
7 #define __fpa__Base__Version__h__
8
9 #include <fpa/fpa_export.h>
10 #include <string>
11
12 namespace fpa
13 {
14   namespace Base
15   {
16     std::string FPA_EXPORT Version( );
17
18   } // ecapseman
19
20 } // ecapseman
21
22 #endif // __fpa__Base__Version__h__
23
24 // eof - $RCSfile$