X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=CollectionReader.h;h=c01d00bd9ca296796777302681ee9e85c424476f;hp=5e10c51b021cbb436193d331d4413d00294ca1f4;hb=57efcbe2b1a7e6e19590602638a6ae8bbcae9b5a;hpb=f931be4f06ed62465a0c2c09f56dbc2cf6a7170a 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;