#ifndef EQEMU_ZONE_STATE_SPAWNS_REPOSITORY_H #define EQEMU_ZONE_STATE_SPAWNS_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_zone_state_spawns_repository.h" class ZoneStateSpawnsRepository: public BaseZoneStateSpawnsRepository { public: // Custom extended repository methods here }; #endif //EQEMU_ZONE_STATE_SPAWNS_REPOSITORY_H