mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-23 21:35:28 +00:00
11 lines
217 B
C
11 lines
217 B
C
|
#ifndef QTRESIMPORTER_H
|
||
|
#define QTRESIMPORTER_H
|
||
|
|
||
|
PyObject *PyInit_qtres();
|
||
|
|
||
|
PyObject *QtResImport(const char *name);
|
||
|
|
||
|
#define RegQtResImporter() Py_DecRef(QtResImport("reg_qtres_importer"))
|
||
|
|
||
|
#endif // QTRESIMPORTER_H
|