Mercurial > fife-parpg
comparison engine/core/vfs/vfs.i @ 112:98541d3b9220
* add some std types to swig wrapper (fife.i.templ)
* remove the types in interfaces that used them
* add possibility to list video modes to engine settings class
author | spq@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 27 Jul 2008 13:36:03 +0000 |
parents | 90005975cdbb |
children | a7909cdcdc85 |
comparison
equal
deleted
inserted
replaced
111:abfe54ebae15 | 112:98541d3b9220 |
---|---|
24 #include "util/base/exception.h" | 24 #include "util/base/exception.h" |
25 #include "vfs/vfs.h" | 25 #include "vfs/vfs.h" |
26 %} | 26 %} |
27 | 27 |
28 %include "vfs/raw/rawdata.i" | 28 %include "vfs/raw/rawdata.i" |
29 %include "std_set.i" | |
30 | 29 |
31 namespace std{ | 30 namespace std{ |
32 %template(StringSet) set<std::string>; | 31 %template(StringSet) set<std::string>; |
33 } | 32 } |
34 | 33 |