nds2-client - ClientUser  0.16.8
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
nds_version.hh
1 /* -*- mode: C++ ; c-basic-offset: 2; indent-tabs-mode: nil -*- */
2 
3 #ifndef SWIG__COMMON__NDS_VERSION_HH
4 #define SWIG__COMMON__NDS_VERSION_HH
5 
6 #include <string>
7 
8 #include "nds_export.hh"
9 
10 namespace NDS
11 {
12  inline namespace abi_0
13  {
14  DLL_EXPORT std::string version( );
15  }
16 };
17 
18 #endif // SWIG__COMMON__NDS_VERSION_HH