#ifndef EQEMU_PLAYER_EVENT_SPEECH_REPOSITORY_H #define EQEMU_PLAYER_EVENT_SPEECH_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_player_event_speech_repository.h" class PlayerEventSpeechRepository: public BasePlayerEventSpeechRepository { public: // Custom extended repository methods here }; #endif //EQEMU_PLAYER_EVENT_SPEECH_REPOSITORY_H