#ifndef __PDDL_PARSE__DETAIL__PARSING__PRIMITIVE_TYPE_DECLARATION_H #define __PDDL_PARSE__DETAIL__PARSING__PRIMITIVE_TYPE_DECLARATION_H #include #include namespace pddl { namespace detail { //////////////////////////////////////////////////////////////////////////////////////////////////// // // PrimitiveTypeDeclaration // //////////////////////////////////////////////////////////////////////////////////////////////////// void parseAndAddPrimitiveTypeDeclarations(Context &context, ast::Domain &domain); //////////////////////////////////////////////////////////////////////////////////////////////////// } } #endif