ZG  "1.00
 All Classes Namespaces Files Functions Variables Enumerator Friends Macros Pages
ChoirNameSpace.h
Go to the documentation of this file.
1 #ifndef ChoirNameSpace_h
2 #define ChoirNameSpace_h
3 
4 #include "zg/ZGNameSpace.h"
5 
7 namespace choir
8 {
9  using namespace zg;
10 };
11 
12 #endif
The zg namespace contains the public API of the ZG library.
The choir namespace contains the code specific to the ZGChoir demonstration application.
Definition: ChoirNameSpace.h:7