Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Clooper/SoundClient.i
blob: 80d77dfe8de7996de80dc5ab8c889a170ec4927f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

%module SClient

%{
#define SWIG_FILE_WITH_INIT
#include "SoundClient.h"
%}

%pythoncode
%{

%}

%include "SoundClient.h"