From e12dbff4dda5aafbaac98f75f0467ef00dc06c32 Mon Sep 17 00:00:00 2001 From: Nat Date: Thu, 13 Sep 2007 15:55:52 +0000 Subject: Activity split --- (limited to 'common/Util/Clooper/SoundClient.i') diff --git a/common/Util/Clooper/SoundClient.i b/common/Util/Clooper/SoundClient.i new file mode 100644 index 0000000..80d77df --- /dev/null +++ b/common/Util/Clooper/SoundClient.i @@ -0,0 +1,14 @@ + +%module SClient + +%{ +#define SWIG_FILE_WITH_INIT +#include "SoundClient.h" +%} + +%pythoncode +%{ + +%} + +%include "SoundClient.h" -- cgit v0.9.1