#ifndef __PDDL_PARSE__DETAIL__PARSING__ACTION_H #define __PDDL_PARSE__DETAIL__PARSING__ACTION_H #include #include namespace pddl { namespace detail { //////////////////////////////////////////////////////////////////////////////////////////////////// // // Action // //////////////////////////////////////////////////////////////////////////////////////////////////// void parseAndAddAction(Context &context, ast::Domain &domain); //////////////////////////////////////////////////////////////////////////////////////////////////// } } #endif