mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add unpacktool
This commit is contained in:
10
unpacktool/StuffIt5Parser.h
Normal file
10
unpacktool/StuffIt5Parser.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "IArchiveParser.h"
|
||||
|
||||
class StuffIt5Parser : public IArchiveParser
|
||||
{
|
||||
public:
|
||||
bool Check(IFileReader &reader) override;
|
||||
ArchiveItemList *Parse(IFileReader &reader) override;
|
||||
};
|
Reference in New Issue
Block a user