/* * UndoMarkAction.hpp * * Created on: Apr 06, 2021 * Author: heber */ #ifndef UNDOMARKACTION_HPP_ #define UNDOMARKACTION_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Actions/Action.hpp" #include "UndoMarkAction.def" #include "Action_impl_header.hpp" #endif /* UNDOMARKACTION_HPP_ */