mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Integrate SecurePreloader into pfPatcher
This commit is contained in:
@ -350,7 +350,7 @@ public:
|
||||
virtual ~hsRAMStream();
|
||||
|
||||
virtual bool Open(const plFileName &, const char *) { hsAssert(0, "hsRAMStream::Open NotImplemented"); return false; }
|
||||
virtual bool Close() { hsAssert(0, "hsRAMStream::Close NotImplemented"); return false; }
|
||||
virtual bool Close() { return false; }
|
||||
|
||||
|
||||
virtual bool AtEnd();
|
||||
|
Reference in New Issue
Block a user