#ifndef EQEMU_PLAYER_EVENT_TRADE_ENTRIES_REPOSITORY_H #define EQEMU_PLAYER_EVENT_TRADE_ENTRIES_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_player_event_trade_entries_repository.h" class PlayerEventTradeEntriesRepository: public BasePlayerEventTradeEntriesRepository { public: // Custom extended repository methods here }; #endif //EQEMU_PLAYER_EVENT_TRADE_ENTRIES_REPOSITORY_H