Mercurial > fife-parpg
comparison engine/core/controller/engine.i @ 621:356634098bd9
* Removed the image chunking size variable from engine settings.
* Replaced the existing define of PI and added some math related static const variables
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 01 Oct 2010 14:09:47 +0000 |
parents | 79678719d569 |
children | a7909cdcdc85 |
comparison
equal
deleted
inserted
replaced
620:853d25234671 | 621:356634098bd9 |
---|---|
66 std::string getDefaultFontPath() const; | 66 std::string getDefaultFontPath() const; |
67 void setDefaultFontSize(const unsigned int defaultfontsize); | 67 void setDefaultFontSize(const unsigned int defaultfontsize); |
68 unsigned int getDefaultFontSize() const; | 68 unsigned int getDefaultFontSize() const; |
69 void setDefaultFontGlyphs(const std::string& defaultfontglyphs); | 69 void setDefaultFontGlyphs(const std::string& defaultfontglyphs); |
70 std::string getDefaultFontGlyphs() const; | 70 std::string getDefaultFontGlyphs() const; |
71 void setImageChunkingSize(unsigned int size); | |
72 unsigned int getImageChunkingSize(); | |
73 void setWindowTitle(const std::string& title); | 71 void setWindowTitle(const std::string& title); |
74 std::string getWindowTitle() const; | 72 std::string getWindowTitle() const; |
75 void setWindowIcon(const std::string& icon); | 73 void setWindowIcon(const std::string& icon); |
76 std::string getWindowIcon() const; | 74 std::string getWindowIcon() const; |
77 void setColorKeyEnabled(bool colorkeyenable); | 75 void setColorKeyEnabled(bool colorkeyenable); |