// This file was automatically generated. It contains definitions for all the
// animations stored in the associated KFM file. Include this file in your
// final application to easily refer to animation sequences.

#ifndef PIANO_C_F_C2_ANIM_H__
#define PIANO_C_F_C2_ANIM_H__

namespace piano_c_f_c2_Anim
{
    enum
    {
        KEY_CLICK               = 3,
        KEY_DOWN                = 1,
        KEY_IDLE                = 0,
        KEY_UP                  = 2
    };
}

#endif  // #ifndef PIANO_C_F_C2_ANIM_H__
