mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 06:11:53 +00:00
refactor: merge ZoneInputStream interface with only implementation
This commit is contained in:
@ -11,7 +11,7 @@ namespace IW5
|
||||
public:
|
||||
explicit ContentLoader(Zone& zone);
|
||||
|
||||
void Load(IZoneInputStream* stream) override;
|
||||
void Load(ZoneInputStream& stream) override;
|
||||
|
||||
private:
|
||||
void LoadScriptStringList(bool atStreamStart);
|
||||
|
Reference in New Issue
Block a user