root/06/libkombilo-branches/hash_center_makedb/libkombilo.i
| Revision 191, 316 bytes (checked in by ug, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | %module libkombilo |
| 2 | %include "std_string.i" |
| 3 | %include "std_vector.i" |
| 4 | |
| 5 | namespace std { |
| 6 | %template(vectors) vector<string>; |
| 7 | }; |
| 8 | |
| 9 | %{ |
| 10 | #include "sgfparser.h" |
| 11 | #include "abstractboard.h" |
| 12 | #include "search.h" |
| 13 | %} |
| 14 | |
| 15 | %include "sgfparser.h" |
| 16 | %include "abstractboard.h" |
| 17 | %include "search.h" |
| 18 | %template(vectorMNC) std::vector<MoveNC>; |
| 19 | |
| 20 |
Note: See TracBrowser for help on using the browser.
