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