summaryrefslogtreecommitdiff
path: root/src/tileanimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tileanimation.h')
-rw-r--r--src/tileanimation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tileanimation.h b/src/tileanimation.h
index 289ce515b..eecd3eb96 100644
--- a/src/tileanimation.h
+++ b/src/tileanimation.h
@@ -48,8 +48,10 @@ struct TileAnimationParams {
void serialize(std::ostream &os, u16 protocol_version) const;
void deSerialize(std::istream &is, u16 protocol_version);
- void determineParams(v2u32 texture_size, int *frame_count, int *frame_length_ms) const;
+ void determineParams(v2u32 texture_size, int *frame_count,
+ int *frame_length_ms, v2u32 *frame_size) const;
void getTextureModifer(std::ostream &os, v2u32 texture_size, int frame) const;
+ v2f getTextureCoords(v2u32 texture_size, int frame) const;
};
#endif