Mercurial > fife-parpg
comparison engine/swigwrappers/python/fife.i.templ @ 638:980c02db2f56
* Fixed a swig template that got missed in a previous commit
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 07 Oct 2010 16:15:09 +0000 |
parents | a7909cdcdc85 |
children | b9c132cb6ea4 |
comparison
equal
deleted
inserted
replaced
637:3822b30fd98c | 638:980c02db2f56 |
---|---|
55 %template(IntVector) vector<int>; | 55 %template(IntVector) vector<int>; |
56 %template(FloatVector) vector<float>; | 56 %template(FloatVector) vector<float>; |
57 %template(DoubleVector) vector<double>; | 57 %template(DoubleVector) vector<double>; |
58 %template(BoolVector) vector<bool>; | 58 %template(BoolVector) vector<bool>; |
59 | 59 |
60 %template(UintUintPair) pair<unsigned int, unsigned int>; | 60 %template(Uint16Uint16Pair) pair<uint16_t, uint16_t>; |
61 %template(UintUintPairVector) vector<std::pair<unsigned int, unsigned int> >; | 61 %template(Uint16Uint16PairVector) vector<std::pair<uint16_t, uint16_t> >; |
62 }; | 62 }; |
63 | 63 |
64 %{ | 64 %{ |
65 #include "util/base/exception.h" | 65 #include "util/base/exception.h" |
66 static void handleDirectorException() { | 66 static void handleDirectorException() { |