#pragma once namespace f4mp { namespace animations { extern const UCHAR idle[]; extern const UCHAR jogForward[]; extern const UCHAR jogForwardRight[]; extern const UCHAR jogRight[]; extern const UCHAR jogBackwardRight[]; extern const UCHAR jogBackward[]; extern const UCHAR jogBackwardLeft[]; extern const UCHAR jogLeft[]; extern const UCHAR jogForwardLeft[]; } }