Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamJam.activity/common/Util/Clooper/SoundClient.i
diff options
context:
space:
mode:
Diffstat (limited to 'TamTamJam.activity/common/Util/Clooper/SoundClient.i')
-rw-r--r--TamTamJam.activity/common/Util/Clooper/SoundClient.i14
1 files changed, 14 insertions, 0 deletions
diff --git a/TamTamJam.activity/common/Util/Clooper/SoundClient.i b/TamTamJam.activity/common/Util/Clooper/SoundClient.i
new file mode 100644
index 0000000..80d77df
--- /dev/null
+++ b/TamTamJam.activity/common/Util/Clooper/SoundClient.i
@@ -0,0 +1,14 @@
+
+%module SClient
+
+%{
+#define SWIG_FILE_WITH_INIT
+#include "SoundClient.h"
+%}
+
+%pythoncode
+%{
+
+%}
+
+%include "SoundClient.h"