declare some PyCXX functions for export, add PyCXX wrapper for Vector2dPy class
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user