X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=CollectionReader.h;h=c01d00bd9ca296796777302681ee9e85c424476f;hb=440d9987544bc516dd2e6ba19ab459cf016952dd;hp=2936e2573982ba02e594aaf11426d7b881bbf87d;hpb=e1f64147e3eedccbbc59658ddb6cf7992dbd50c1;p=ecparse.git diff --git a/CollectionReader.h b/CollectionReader.h index 2936e25..c01d00b 100644 --- a/CollectionReader.h +++ b/CollectionReader.h @@ -2,10 +2,10 @@ * © 2008 by David Roden */ -#ifndef __ECPARSE_COLLECTIONREADER_H__ -#define __ECPARSE_COLLECTIONREADER_H__ +#pragma once #include "ReaderInput.h" +#include "ED2KLink.h" class CollectionReader { @@ -13,9 +13,10 @@ public: CollectionReader(ReaderInput* readerInput); ~CollectionReader(); + ED2KLink* getNextLink(); + private: ReaderInput* readerInput; }; -#endif