summaryrefslogtreecommitdiff
path: root/src/graphic/image.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-02 16:31:19 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-02 16:31:19 +0000
commite76a6e3d2cc40e382e2ca1c7348e36a4082a221b (patch)
tree5608d032613e083d86923ad7b339352e9f157498 /src/graphic/image.h
parent40b4ecacd44bd3040d9600d6304422bdd7e2e4c4 (diff)
downloadMana-e76a6e3d2cc40e382e2ca1c7348e36a4082a221b.tar.gz
Mana-e76a6e3d2cc40e382e2ca1c7348e36a4082a221b.tar.bz2
Mana-e76a6e3d2cc40e382e2ca1c7348e36a4082a221b.tar.xz
Mana-e76a6e3d2cc40e382e2ca1c7348e36a4082a221b.zip
Got rid of hairset.dat and playerset.dat.
Diffstat (limited to 'src/graphic/image.h')
-rw-r--r--src/graphic/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/image.h b/src/graphic/image.h
index 41d94a2d..fd3000f6 100644
--- a/src/graphic/image.h
+++ b/src/graphic/image.h
@@ -130,7 +130,7 @@ class Spriteset {
/*
* Cuts the passed bitmap in a grid of sub bitmaps.
*/
- Spriteset::Spriteset(BITMAP *bmp, int width, int height);
+ Spriteset::Spriteset(BITMAP *bmp, int w, int h, int offx, int offy);
/**
* Destructor