diff engine/core/controller/engine.i @ 650:51bbda7676f0

* Fixed some more integer definitions * All vars containing bits per pixel should now be uint16_t
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 14 Oct 2010 15:32:09 +0000
parents 6e2151325017
children 01acc9fc35ea
line wrap: on
line diff
--- a/engine/core/controller/engine.i	Thu Oct 14 15:06:26 2010 +0000
+++ b/engine/core/controller/engine.i	Thu Oct 14 15:32:09 2010 +0000
@@ -47,8 +47,8 @@
 		~EngineSettings();
 		void validate() const;
 		void setBitsPerPixel(uint8_t bitsperpixel);
-		uint8_t getBitsPerPixel() const;
-		std::vector<uint8_t> getPossibleBitsPerPixel() const;
+		uint16_t getBitsPerPixel() const;
+		std::vector<uint16_t> getPossibleBitsPerPixel() const;
 		std::vector<std::pair<uint16_t, uint16_t> > getPossibleResolutions() const;
 		void setFullScreen(bool fullscreen);
 		bool isFullScreen() const;