mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Normalize line endings
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#pragma once
|
||||
|
||||
struct IFileReader;
|
||||
struct ArchiveItemList;
|
||||
|
||||
class IArchiveParser
|
||||
{
|
||||
public:
|
||||
virtual bool Check(IFileReader &reader) = 0;
|
||||
virtual ArchiveItemList *Parse(IFileReader &reader) = 0;
|
||||
};
|
||||
struct ArchiveItemList;
|
||||
|
||||
class IArchiveParser
|
||||
{
|
||||
public:
|
||||
virtual bool Check(IFileReader &reader) = 0;
|
||||
virtual ArchiveItemList *Parse(IFileReader &reader) = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user