Mercurial > fife-parpg
diff 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 |
line wrap: on
line diff
--- a/engine/core/controller/engine.i Thu Sep 30 21:24:55 2010 +0000 +++ b/engine/core/controller/engine.i Fri Oct 01 14:09:47 2010 +0000 @@ -68,8 +68,6 @@ unsigned int getDefaultFontSize() const; void setDefaultFontGlyphs(const std::string& defaultfontglyphs); std::string getDefaultFontGlyphs() const; - void setImageChunkingSize(unsigned int size); - unsigned int getImageChunkingSize(); void setWindowTitle(const std::string& title); std::string getWindowTitle() const; void setWindowIcon(const std::string& icon);