#ifndef EQEMU_CHARACTER_PET_NAME_REPOSITORY_H #define EQEMU_CHARACTER_PET_NAME_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_character_pet_name_repository.h" class CharacterPetNameRepository: public BaseCharacterPetNameRepository { public: // Custom extended repository methods here }; #endif //EQEMU_CHARACTER_PET_NAME_REPOSITORY_H