#ifndef EQEMU_PLAYER_EVENT_LOGS_REPOSITORY_H #define EQEMU_PLAYER_EVENT_LOGS_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_player_event_logs_repository.h" class PlayerEventLogsRepository: public BasePlayerEventLogsRepository { public: // Custom extended repository methods here }; #endif //EQEMU_PLAYER_EVENT_LOGS_REPOSITORY_H