#ifndef INCLUDED_BOBCAT_FBB_
#define INCLUDED_BOBCAT_FBB_

namespace FBB
{

enum CryptType
{
    DECRYPT,
    ENCRYPT
};


} // FBB        

#endif
