#ifndef PKMNLIB_AI_BUILDABILITIES_HPP #define PKMNLIB_AI_BUILDABILITIES_HPP #include class BuildAbilities { public: static CreatureLib::Library::TalentLibrary* Build(const std::string& path); }; #endif // PKMNLIB_AI_BUILDABILITIES_HPP