X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fphysfs%2Fifile_stream.hpp;h=f160d1ca8b1f6051840957653164fd99597ddb3b;hb=c0b5cfa3eadebef8101f87cd593eb221bdef9280;hp=263e44dbe0d622f7f33f2de5c089537b9ba913ed;hpb=6a9ba9ef724869d7196f4d09529dfb87799da838;p=supertux.git diff --git a/src/physfs/ifile_stream.hpp b/src/physfs/ifile_stream.hpp index 263e44dbe..f160d1ca8 100644 --- a/src/physfs/ifile_stream.hpp +++ b/src/physfs/ifile_stream.hpp @@ -20,10 +20,12 @@ #include #include +#include "physfs/ifile_streambuf.hpp" + class IFileStream : public std::istream { public: - IFileStream(const std::string& filename); + IFileStream(IFileStreambuf* buf); ~IFileStream(); };