Mercurial > fife-parpg
comparison engine/core/model/structures/map.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 | 7e5717105212 |
comparison
equal
deleted
inserted
replaced
111:abfe54ebae15 | 112:98541d3b9220 |
---|---|
21 | 21 |
22 %module fife | 22 %module fife |
23 %{ | 23 %{ |
24 #include "model/structures/map.h" | 24 #include "model/structures/map.h" |
25 %} | 25 %} |
26 | |
27 %include "std_list.i" | |
28 | 26 |
29 %include "util/base/utilbase.i" | 27 %include "util/base/utilbase.i" |
30 | 28 |
31 namespace FIFE { | 29 namespace FIFE { |
32 class Layer; | 30 class Layer; |