summaryrefslogtreecommitdiff
path: root/src/resources/image.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-19 13:07:08 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-19 13:07:08 +0000
commit919d5a60b08bb39114d73295c59290a6c3402a76 (patch)
treeb3173d271d30cfbf69c324b14daf94286219fa68 /src/resources/image.h
parent360b1d4d6ca420ae98f87af166d739b34f05de22 (diff)
downloadMana-919d5a60b08bb39114d73295c59290a6c3402a76.tar.gz
Mana-919d5a60b08bb39114d73295c59290a6c3402a76.tar.bz2
Mana-919d5a60b08bb39114d73295c59290a6c3402a76.tar.xz
Mana-919d5a60b08bb39114d73295c59290a6c3402a76.zip
Fixed searching for zip files in Linux, fixed initialization of PhysFS to be
before it is used and added a start on the map reader.
Diffstat (limited to 'src/resources/image.h')
-rw-r--r--src/resources/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/image.h b/src/resources/image.h
index 031f6645..ed1e0905 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -77,7 +77,7 @@ class Image : public Resource
* @return <code>NULL</code> if the an error occurred, a
* valid pointer otherwise.
*/
- static Image *load(const char* buffer, const unsigned int bufferSize);
+ static Image *load(const char* buffer, unsigned int bufferSize);
/**
* Frees the resources created by SDL.