22 #ifndef AGS_ENGINE_AC_SPRITE_H 23 #define AGS_ENGINE_AC_SPRITE_H 25 #include "ags/shared/ac/sprite_cache.h" 26 #include "ags/shared/gfx/bitmap.h" 32 Shared::Bitmap *remove_alpha_channel(Shared::Bitmap *from);
33 Size get_new_size_for_sprite(
const Size &size,
const uint32_t sprite_flags);
38 Shared::Bitmap *initialize_sprite(Shared::sprkey_t index, Shared::Bitmap *image, uint32_t &sprite_flags);
39 void post_init_sprite(Shared::sprkey_t index);