#ifndef LIBRULESET_HPP #define LIBRULESET_HPP #include #include "LibRule.hpp" class LibRuleSet: public std::vector{ }; #endif