X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=CollectionReader.h;h=c01d00bd9ca296796777302681ee9e85c424476f;hp=5e10c51b021cbb436193d331d4413d00294ca1f4;hb=d536e911b76cdebd3fa97b2911adef93593752fa;hpb=5f35ee49184899c1bfffe4d788286b7c9b578c00 diff --git a/CollectionReader.h b/CollectionReader.h index 5e10c51..c01d00b 100644 --- a/CollectionReader.h +++ b/CollectionReader.h @@ -5,6 +5,7 @@ #pragma once #include "ReaderInput.h" +#include "ED2KLink.h" class CollectionReader { @@ -12,6 +13,8 @@ public: CollectionReader(ReaderInput* readerInput); ~CollectionReader(); + ED2KLink* getNextLink(); + private: ReaderInput* readerInput;