aboutsummaryrefslogtreecommitdiffstats
path: root/Software/DB/Environment Upgrade Scripts/Remove Legacy Events.sql
blob: ff5b9862ea970f5fada950f173b1c34f80f6d949 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Tango.AnimatedGif.Decoding
{
    internal enum GifBlockKind
    {
        Control,
        GraphicRendering,
        SpecialPurpose,
        Other
    }
}