NEOCCA bindings Specification  0.2.8
pyneocca.hh
Go to the documentation of this file.
1 /*
2  * This header repackages *all* the neo spec and port
3  * headers into the namespace py, making the functions
4  * nonvirtual.
5  * We use sed.
6  * This is a temporary solution: a code transformer
7  * based on antlr is a better solution.
8  */
9 
10 #ifndef PYNEOCCA_HH
11 #define PYNEOCCA_HH
12 
13 
14 #include <neocca.py.hh>
15 #include <neoports.py.hh>
16 
17 #endif // PYNEOCCA_HH