22 #ifndef MADS_CORE_IMAGE_H 23 #define MADS_CORE_IMAGE_H 25 #include "common/stream.h" 42 static constexpr
size_t SIZE = 2 + 1 + 1 + 2 + 2 + 2 + 1 + 1;
45 bool equals(
const Image &rhs)
const {
46 return series_id == rhs.series_id && sprite_id == rhs.sprite_id &&
47 x == rhs.x && y == rhs.y && depth == rhs.depth && scale == rhs.scale;
Definition: anim_timer.h:27
Definition: movie_decoder.h:32