GT RoboCup SSL
Soccer software, robot firmware
robocup-py.hpp
1 #include <boost/python.hpp>
2 
3 extern "C" {
4 PyObject* PyInit_robocup();
5 }