#ifndef RotL_h #define RotL_h #include "Primitive.h" class RotL : public Primitive { public: RotL(void); void execute(void* result, Tree& tree); ~RotL(void); }; #endif