diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-08-17 02:13:50 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-08-17 02:13:50 +0000 |
| commit | 779cb6e326391280631d0b486957d5e576eb23ea (patch) | |
| tree | 1ef8cd024822d9317e0965439a8fbd3bb7074962 /lib/python/enigma_python.i | |
| parent | a29d455a1f7860faa7ca1f36586bfc6f6f3337c5 (diff) | |
| download | enigma2-779cb6e326391280631d0b486957d5e576eb23ea.tar.gz enigma2-779cb6e326391280631d0b486957d5e576eb23ea.zip | |
- factor out some SWIG macros
Diffstat (limited to 'lib/python/enigma_python.i')
| -rw-r--r-- | lib/python/enigma_python.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index c2d62613..01ba75b6 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -83,6 +83,7 @@ extern PSignal1<void,int> &keyPressedSignal(); #define DEBUG %include "typemaps.i" %include "stl.i" +%include <lib/python/swig.h> %include <lib/base/object.h> %include <lib/base/eerror.h> %include <lib/base/econfig.h> |
