comparison engine/core/controller/engine.i @ 444:79678719d569

* Fixed the sld typo. fixes[ticket:463]
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 24 Mar 2010 13:29:16 +0000
parents ad7969d9460b
children 356634098bd9
comparison
equal deleted inserted replaced
443:ff36b24354c7 444:79678719d569
54 float getInitialVolume() const; 54 float getInitialVolume() const;
55 float getMaxVolume() const; 55 float getMaxVolume() const;
56 void setRenderBackend(const std::string& renderbackend); 56 void setRenderBackend(const std::string& renderbackend);
57 const std::string getRenderBackend() const; 57 const std::string getRenderBackend() const;
58 std::vector<std::string> getPossibleRenderBackends(); 58 std::vector<std::string> getPossibleRenderBackends();
59 void setSDLRemoveFakeAlpha(bool sldremovefakealpha); 59 void setSDLRemoveFakeAlpha(bool sdlremovefakealpha);
60 bool isSDLRemoveFakeAlpha(bool sldremovefakealpha) const; 60 bool isSDLRemoveFakeAlpha(bool sdlremovefakealpha) const;
61 void setScreenWidth(unsigned int screenwidth); 61 void setScreenWidth(unsigned int screenwidth);
62 unsigned int getScreenWidth() const; 62 unsigned int getScreenWidth() const;
63 void setScreenHeight(unsigned int screenheight); 63 void setScreenHeight(unsigned int screenheight);
64 unsigned int getScreenHeight() const; 64 unsigned int getScreenHeight() const;
65 void setDefaultFontPath(const std::string& defaultfontpath); 65 void setDefaultFontPath(const std::string& defaultfontpath);