cpp_vertex.pxd 150 B

12345678
  1. from libc.stdint cimport int32_t
  2. ctypedef int32_t int32
  3. cdef extern from "vertex.hpp":
  4. cdef cppclass cpp_Vertex "Vertex":
  5. int32 x
  6. int32 y