mirror of
https://github.com/thp/pyotherside.git
synced 2025-02-05 08:08:23 +08:00
8 lines
97 B
C
8 lines
97 B
C
|
#ifndef QPYTHON_TEST_H
|
||
|
#define QPYTHON_TEST_H
|
||
|
|
||
|
void
|
||
|
qpython_test();
|
||
|
|
||
|
#endif /* QPYTHON_TEST_H */
|