increase the use of python in mussa
[mussa.git] / py / module.cpp
index 1f6fd0280150cce15b0dbc2e7a31c7cf2860dd4c..448b523b89db0f516480495c20c2d9e97c37fa42 100644 (file)
@@ -6,6 +6,7 @@ void export_glsequence();
 void export_mussa();
 void export_nway_paths();
 void export_sequence();
+void export_mussa_window();
 
 BOOST_PYTHON_MODULE(mussa)
 {
@@ -14,4 +15,5 @@ BOOST_PYTHON_MODULE(mussa)
   export_mussa();
   export_nway_paths();
   export_sequence();
+  export_mussa_window();
 }