diff options
Diffstat (limited to 'Examples/python/callback/example.cxx')
-rw-r--r-- | Examples/python/callback/example.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/python/callback/example.cxx b/Examples/python/callback/example.cxx new file mode 100644 index 0000000..450d756 --- /dev/null +++ b/Examples/python/callback/example.cxx @@ -0,0 +1,4 @@ +/* File : example.cxx */ + +#include "example.h" + |