omw  0.1.1
omw.h
Go to the documentation of this file.
1 /*
2 author Oliver Blaser
3 date 08.12.2021
4 copyright MIT - Copyright (c) 2021 Oliver Blaser
5 */
6 
7 #ifndef IG_OMW_H
8 #define IG_OMW_H
9 
10 #include <string>
11 
12 #include "../omw/defs.h"
13 #include "../omw/string.h"
14 #include "../omw/version.h"
15 
16 namespace omw
17 {
18  namespace info
19  {
22  }
23 }
24 
25 #endif // IG_OMW_H
omw::info::infoTxt
omw::string infoTxt()
Returns an info text.
Definition: omw.cpp:25
omw::Version
Definition: version.h:17
omw::info::version
omw::Version version()
Returns the version of the this library.
Definition: omw.cpp:16
omw::string
Definition: string.h:96
omw
Main namespace.