NEOCCA bindings Specification  0.2.8
pyneocca.hh
Go to the documentation of this file.
00001 /*
00002  * This header repackages *all* the neo spec and port
00003  * headers into the namespace py, making the functions
00004  * nonvirtual.
00005  * We use sed.
00006  * This is a temporary solution: a code transformer
00007  * based on antlr is a better solution.
00008  */
00009 
00010 #ifndef PYNEOCCA_HH
00011 #define PYNEOCCA_HH
00012 
00013 
00014 #include <neocca.py.hh>
00015 #include <neoports.py.hh>
00016 
00017 #endif // PYNEOCCA_HH