mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-25 09:35:25 +00:00
Implement Sprite::frameTags()
This commit is contained in:
parent
bcf3b47962
commit
9e51cdce9c
@ -120,7 +120,7 @@ namespace doc {
|
||||
void setFrameRangeDuration(frame_t from, frame_t to, int msecs);
|
||||
void setDurationForAllFrames(int msecs);
|
||||
|
||||
FrameTags& frameTags() const;
|
||||
FrameTags& frameTags() { return m_frameTags; }
|
||||
|
||||
////////////////////////////////////////
|
||||
// Shared Images and CelData (for linked Cels)
|
||||
|
Loading…
x
Reference in New Issue
Block a user