diff engine/core/controller/engine.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 18c2a21ac0ad
children d2f1e81fbe2c
line wrap: on
line diff
--- a/engine/core/controller/engine.i	Sat Jul 26 17:35:02 2008 +0000
+++ b/engine/core/controller/engine.i	Sun Jul 27 13:36:03 2008 +0000
@@ -47,6 +47,7 @@
 		void setBitsPerPixel(unsigned int bitsperpixel);
 		unsigned int getBitsPerPixel() const;
 		std::vector<unsigned int> getPossibleBitsPerPixel() const;
+		std::vector<std::pair<unsigned int, unsigned int> > getPossibleResolutions() const;
 		void setFullScreen(bool fullscreen);
 		bool isFullScreen() const;
 		void setInitialVolume(float volume);