F4MP/f4mp_originalcode/f4mp/Animations.h
Jous99 37b16f1547 code upload
codigo original de f4mp y tilted para referencias
2026-01-06 18:45:00 +01:00

17 lines
No EOL
385 B
C++

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