Mercurial > fife-parpg
comparison engine/core/controller/enginesettings.h @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | 98541d3b9220 |
children | ad7969d9460b |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
180 m_image_chunking_size = size; | 180 m_image_chunking_size = size; |
181 } | 181 } |
182 | 182 |
183 /** @see setImageChunkingSize | 183 /** @see setImageChunkingSize |
184 */ | 184 */ |
185 unsigned int getImageChunkingSize() { | 185 unsigned int getImageChunkingSize() const { |
186 return m_image_chunking_size; | 186 return m_image_chunking_size; |
187 } | 187 } |
188 | 188 |
189 void setWindowTitle(const std::string& title); | 189 void setWindowTitle(const std::string& title); |
190 | 190 |