F4MP/f4mp_originalcode/f4mp/Animations.h

17 lines
385 B
C
Raw Normal View History

#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[];
}
}