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