You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw-mp/processors/object/ProcessorObjectAnimPlay.hpp

19 lines
366 B
C++

#ifndef OPENMW_PROCESSOROBJECTANIMPLAY_HPP
#define OPENMW_PROCESSOROBJECTANIMPLAY_HPP
#include "../ObjectProcessor.hpp"
namespace mwmp
{
class ProcessorObjectAnimPlay : public ObjectProcessor
{
public:
ProcessorObjectAnimPlay()
{
BPP_INIT(ID_OBJECT_ANIM_PLAY)
}
};
}
#endif //OPENMW_PROCESSOROBJECTANIMPLAY_HPP