First attempts at marshalling in Python bindings, not really sure what I'm doing

This commit is contained in:
John J. Camilleri
2021-09-06 15:32:18 +02:00
parent d58c744361
commit b7cddf206b
4 changed files with 57 additions and 22 deletions

View File

@@ -8,4 +8,6 @@
extern PgfUnmarshaller unmarshaller;
extern PgfMarshaller marshaller;
#endif // PYPGF_MARSHALLER_H_