diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-07-20 00:22:00 +0300 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-07-20 00:22:00 +0300 |
commit | b486d1f47e0bbc1a0e3414df1f4f9193a3997300 (patch) | |
tree | f754d3939cffdcf68ab6a3e8bc87cc933368cee5 /src/action.h | |
parent | 689d8faa8638c1d14f79c7960afe3139bd042f96 (diff) |
feature: added frames
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/action.h b/src/action.h index 67f9077..a1955a0 100644 --- a/src/action.h +++ b/src/action.h @@ -12,7 +12,7 @@ struct action_pixcol { struct ActionPixelsColors { long int cnt; - unsigned lyr; + unsigned layer, frame; struct action_pixcol *pix; }; |