declare some PyCXX functions for export, add PyCXX wrapper for Vector2dPy class

This commit is contained in:
wmayer
2016-11-24 15:25:48 +01:00
parent 70240b52f4
commit 9735744b46
4 changed files with 5 additions and 3 deletions

View File

@@ -76,6 +76,8 @@ private:
namespace Py {
typedef PythonClassObject<Base::Vector2dPy> Vector2d;
// Implementing the vector class in the fashion of the PyCXX library.
class BaseExport Vector : public Object
{