feature/streamed-package
kaetemi 5 years ago
parent b32b1becec
commit 09e31cf75a

@ -33,7 +33,7 @@ public:
/// filePath: [out] ex. /games/nel/stream/00/00/000000000..
/// hash: [in]
/// name: [in] name for debugging
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "");
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "") = 0;
}; /* class IStreamedPackageProvider */

Loading…
Cancel
Save