#ifndef EQEMU_PLAYER_EVENT_AA_PURCHASE_REPOSITORY_H #define EQEMU_PLAYER_EVENT_AA_PURCHASE_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_player_event_aa_purchase_repository.h" class PlayerEventAaPurchaseRepository: public BasePlayerEventAaPurchaseRepository { public: // Custom extended repository methods here }; #endif //EQEMU_PLAYER_EVENT_AA_PURCHASE_REPOSITORY_H