Create the python module who wrap the irrlicht needed class. More...
#include <game.h>
Go to the source code of this file.
Classes | |
struct | cusString_python< cusString > |
Functions | |
stringc | reprPos (position2d< s32 > *pos) |
stringc | reprDim (dimension2d< s32 > *dim) |
BOOST_PYTHON_MODULE (pyIrr) |
Create the python module who wrap the irrlicht needed class.
Definition in file modPyIrr.cpp.
BOOST_PYTHON_MODULE | ( | pyIrr | ) |
Definition at line 64 of file modPyIrr.cpp.
stringc reprDim | ( | dimension2d< s32 > * | dim | ) |
Definition at line 59 of file modPyIrr.cpp.
Referenced by BOOST_PYTHON_MODULE().
stringc reprPos | ( | position2d< s32 > * | pos | ) |
Definition at line 54 of file modPyIrr.cpp.
Referenced by BOOST_PYTHON_MODULE().