// 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 MODPLAT_LEVEL_ANIM_H__
#define MODPLAT_LEVEL_ANIM_H__

namespace modplat_LEVEL_Anim
{
    enum
    {
        MODPLAT_LEVEL_IDLE      = 1,
        MODPLAT_LEVEL_LOWER     = 2,
        MODPLAT_LEVEL_RAISE     = 0
    };
}

#endif  // #ifndef MODPLAT_LEVEL_ANIM_H__
