diff --git a/Wrapping/Python/MITK.i b/Wrapping/Python/MITK.i index 8e89d9522c..dbd3834dfe 100644 --- a/Wrapping/Python/MITK.i +++ b/Wrapping/Python/MITK.i @@ -1,6 +1,9 @@ -%module pyMITK +%module PythonMITK %{ #include + +int hello() {return 1;}; %} -#include \ No newline at end of file +#include +extern int hello(); \ No newline at end of file